Calculate portion of the data (indicators) explained by the factors.
explained(object, ...)
# S3 method for TSFmodel
explained(object, f=factors(object),
names=seriesNames(object), ...)
# S3 method for FAmodel
explained(object, f=factors(object),
names=dimnames(loadings(object))[[1]], ...)
A TSFmodel or TSFestModel.
Factor values to use with the model.
A vector of strings to use for the output series.
arguments passed to other methods.
A time series matrix.