A utility that extracts the estimated parameter matrices and vectors of the penalized factor model for each group and rounds them to the specified number of decimal digits.
penfaOut( object, which = c("lambda", "psi", "phi", "tau", "kappa"), ..., nd = 3L )
object | An object of class |
---|---|
which | Character denoting the name of the estimated matrix or vector to display. Possible values are "lambda", "psi", "phi", "tau", and "kappa". Multiple elements can be specified. By default, all estimated matrices are shown. |
... | Additional options. |
nd | The number of decimal digits to be used. |
List of the estimated parameter matrices and vectors for each group.