MplusConstrainModels: Constrain Mplus syntax (old, redundant version)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/RFunctions.R

Description

This function was used for my paper on parenting and adolescents' emotion regulation. It is intended to constrain non-significantly different parameters across groups. Interesting idea, which could be implemented more systematically using mplusModeler().

Usage

1
2
MplusConstrainModels(mplusoutput = NULL, ztests = NULL,
  location = getwd(), outputlocation = getwd())

Arguments

mplusoutput

modelList. A list of mplusModel outputs.

ztests

A table of z-tests, returned by mplusToTable.

location

Character. The location of relevant input files.

outputlocation

Character. The location where to write the constrained input files.

Value

Nothing. Function is run for its side effect of writing files.

Author(s)

Caspar J. van Lissa

See Also

readModels.

Other Mplus functions: SBChisquare, SB_chisq_Pvalues, conf_int, corTable, est_sig, mplusToTable, param_label, printResultsTable, rbind_tables

Examples

1
#Make me!

cjvanlissa/motley documentation built on Sept. 23, 2019, 7:39 p.m.