View source: R/print.objects.R
print.KFS | R Documentation |
Print Ouput of Kalman Filter and Smoother
## S3 method for class 'KFS'
print(x, type = "state", digits = max(3L, getOption("digits") - 3L), ...)
x |
output object from function KFS. |
type |
What to print. Possible values are |
digits |
minimum number of digits to be printed. |
... |
Ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.