Skip to contents

get_inv_fit() retrieves model fit indexes from GRM models to generate the invariance table

Usage

get_inv_fit(model, model_name)

Arguments

model

a response model, with a MplusAutomation model object

model_name

argument to define the fitted model (e.g., pooled, strict, scalar, configural, base)

Examples


fit_1 <- get_inv_fit(
         model = inv_1, 
         model_name = 'strict'
         )
#> Error in library(dplyr): there is no package called ‘dplyr’