Learn R Programming

tsfa (version 2021.1-3)

summary.TSFmodel: summary.TSFmodel Method for Base Generic

Description

Summary method for object in tsfa, such as the object returned by the estimation method estTSF.ML. See FAfitStats for details on the results from summary.TSFmodel.

Usage

# S3 method for TSFmodel
summary(object, ...)
    # S3 method for FAmodel
summary(object, ...)
    # S3 method for TSFmodelEstEval
summary(object, ...)
    # S3 method for summary.TSFmodel
print(x, ...)
    # S3 method for summary.FAmodel
print(x, ...)
    # S3 method for summary.TSFmodelEstEval
print(x, digits = options()$digits, ...)

Arguments

object

an object to summarize.

x

an object to print.

digits

precision of printed numbers.

...

further arguments passed to other methods.

Value

a summary object.

See Also

estTSF.ML, FAfitStats, summary