penfaOut {penfa} | R Documentation |
Print estimated parameter matrices
Description
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.
Usage
penfaOut(
object,
which = c("lambda", "psi", "phi", "tau", "kappa"),
...,
nd = 3L
)
Arguments
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. |
Value
List of the estimated parameter matrices and vectors for each group.
See Also
[Package penfa version 0.1.1 Index]