Description Usage Arguments Author(s) Examples
Generic function of predict method for
fitStatisticalFactorModel. It utilizes function
predict.lm
.
1 2 3 |
object |
A fit object created by fitStatisticalFactorModel. |
newdata |
A vector, matrix, data.frame, xts, timeSeries or zoo object to be coerced. |
... |
Any other arguments used in |
Yi-An Chen.
1 2 3 | data(stat.fm.data)
fit <- fitStatisticalFactorModel(sfm.dat,k=2)
pred.stat <- predict(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.