## S3 method for class 'FAmodel':
predict(object,
data = NULL, factorNames.=factorNames(object), ...)
## S3 method for class 'TSFmodel':
predict(object,
data = object$data, factorNames.=factorNames(object), ...)data is not supplied then it is extacted from object if possible
(which is normally the data the model was estimated with), and otherwise
an error is indicated. The
predicted factor scores are given by data %*% t(LB), where LB is the
factor score predictor matrix extracted from object.
This is the Barlett factor score coefficient matrix if TSFmodel
or TSFestModel objects were estimated with estTSF.ML.predict,
factors,
factorNames,
TSFmodel