fitted.RFPCA | R Documentation |
Obtains the fitted values from an 'RFPCA' object
## S3 method for class 'RFPCA'
fitted(object, K, grid = c("work", "obs"), ...)
object |
An 'RFPCA' object |
K |
The number of components to apply. If missing, default to all components in 'object' |
grid |
The grid where the output function should be supported on |
... |
Not used |
A 3D array with entries corresponds to (i, j, t) supported on workGrid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.