Fit Stack FA all-at-once If post_fit0 is NULL, fit an initial StackFA with given k, then automatically select the number of factors and refit.
Source: R/stack_fa.R
fit_stack_fa_2step.RdFit Stack FA all-at-once
If post_fit0 is NULL, fit an initial StackFA with given k, then automatically select
the number of factors and refit.
Arguments
- Y_list
Data list.
- post_fit0
Initial post-processed result (or NULL to compute internally).
- k
Initial number of factors (used only if
post_fit0is NULL).- cutoff
Eigen proportion cutoff.
- ...
Passed to
fit_stack_fa().