| fit_measures | R Documentation |
Computes global fit measures (e.g., chi-square, SRMR, RMSEA) for a fitted model.
fit_measures(object, saturated = FALSE, mc.reps = 1e+06, ...)
## S4 method for signature 'PlsModel'
fit_measures(object, saturated = FALSE, mc.reps = 1e+06, ...)
object |
A fitted [PlsModel] object. |
saturated |
Logical; if 'TRUE', compute the saturated fit. |
mc.reps |
Integer; number of Monte Carlo resamples used for MC-PLSc fit. |
... |
Reserved for future extensions. |
A named list with fit statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.