mimicdif: A Function that Conducts a MIMIC model analysis of DIF

Description Usage Arguments Value Examples

View source: R/mimicdif.R

Description

This function wraps the other MIMIC-related functions to fit and reproducibly report on a MIMIC model analysis of DIF

Usage

1
mimicdif(df, covname, lvname, match.op = FALSE, doubleMC.op = T, cat = FALSE)

Arguments

df

input data frame consisting of variables in the measurement model

covname

character input of name of covariate in data frame

lvname

input character of latent varaible name for scripting

match.op

supplies indprod (default to FALSE)

doubleMC.op

supplies inprod (default to TRUE)

cat

should a categorical estimator (estimator = "ULSMVS") be used? (default to FALSE)

Value

terminates with outputting reproducible table from mimicout

Examples

1
mimicdif(df, covname = "age", lvname = "openness")

jsakaluk/psyscores documentation built on Dec. 16, 2021, 6:50 p.m.