mplusToTable: Tabulate Mplus output (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 largely deprecated by printResultsTable, but contains some interesting code for labeling Z-tests for new parameters, and tabulating multi-group output. Should be re-examined and merged with printResultsTable.

Usage

1
2
mplusToTable(location = getwd(), mplusoutput = NULL,
  results = "stdyx.standardized", se = FALSE)

Arguments

location

Character. Location to read the Mplus output files from.

mplusoutput

modelList. A list of mplusModel outputs.

results

Character. Which section of the results to retain; one of c("unstandardized", "stdyx.standardized", "stdy.standardized").

se

Logical. Report se or not.

Value

A list of Mplus results.

Author(s)

Caspar J. van Lissa

See Also

readModels.

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

Examples

1
#Make me!

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