Description Usage Arguments Value Author(s) See Also
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.
1 2 3 4 5 6 7 8 9 10 11 12 | ## S3 method for class 'TSFmodel'
summary(object, ...)
## S3 method for class 'FAmodel'
summary(object, ...)
## S3 method for class 'TSFmodelEstEval'
summary(object, ...)
## S3 method for class 'summary.TSFmodel'
print(x, ...)
## S3 method for class 'summary.FAmodel'
print(x, ...)
## S3 method for class 'summary.TSFmodelEstEval'
print(x, digits = options()$digits, ...)
|
object |
an object to summarize. |
x |
an object to print. |
digits |
precision of printed numbers. |
... |
further arguments passed to other methods. |
a summary object.
Paul Gilbert and Erik Meijer
estTSF.ML,
FAfitStats,
summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.