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
)

Arguments

object

An object of class penfa, that is, a fitted penalized factor model.

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