predict.StatFactorModel: predict method for StatFactorModel object.

Description Usage Arguments Author(s) Examples

Description

Generic function of predict method for fitStatisticalFactorModel. It utilizes function predict.lm.

Usage

1
2
3
  ## S3 method for class 'StatFactorModel'
 predict(object,
    newdata = NULL, ...)

Arguments

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 predict.lm, such as newdata and fit.se.

Author(s)

Yi-An Chen.

Examples

1
2
3

R-Finance/FactorAnalytics documentation built on May 8, 2019, 3:51 a.m.