Fit Ind FA all at once If post_fit0 is NULL, fit an initial IndFA with given j_s, then automatically select the number of factors and refit.
Source: R/ind_fa.R
fit_ind_fa_2step.RdFit Ind FA all at once
If post_fit0 is NULL, fit an initial IndFA with given j_s, then automatically select
the number of factors and refit.
Arguments
- Y_list
Data list.
- post_fit0
Initial post-processing result (or NULL to compute internally).
- j_s
Initial number of factors (or NULL to use all).
- cutoff
Eigen proportion cutoff.
- ...
Passed to
fit_ind_fa().