periods.TSdata {dse1}R Documentation

Specific Methods for tframed Data

Description

See the generic function description.

Usage

    ## S3 method for class 'TSdata':
    periods(x, ...)
    ## S3 method for class 'TSestModel':
    periods(x)
    ## S3 method for class 'TSdata':
    start(x, ...)
    ## S3 method for class 'TSestModel':
    start(x, ...)
    ## S3 method for class 'TSdata':
    end(x, ...)
    ## S3 method for class 'TSestModel':
    end(x, ...)
    ## S3 method for class 'TSdata':
    frequency(x, ...)
    ## S3 method for class 'TSestModel':
    frequency(x, ...)

Arguments

x a time series object.
... (further arguments, currently disregarded).

See Also

periods, start, end, frequency


[Package dse1 version 2008.10-1 Index]