mod_fa: Moderated factor analysis. Optimize over loadings, factors,...

Description Usage Arguments

Description

Moderated factor analysis. Optimize over loadings, factors, and hyperparameters of variances.

Usage

1
mod_fa(Y, k, tol = 10^-6, itermax = 100)

Arguments

Y

A matrix of numerics. n by p.

k

A positive integer. The rank of the mean.

tol

A positive numeric. The stopping criterion.

itermax

A positive integer. The maximum number of iterations to run through in the optimization.


dcgerard/succotashr documentation built on May 15, 2019, 1:25 a.m.