Skip to contents

Creates a table (dataframe) of parameters extacted from Mplus

Usage

partable_mplus(models, std = FALSE, se = T, stars = T, digits = 2)

Arguments

models

A list of models read by MplusAutomation::readModels

std

If stdyx standardized coefs should be reported.

se

If SEs should be included.

stars

Logical. if significance stars should be added.

digits

Numeric value, how many decimals required.

Value

Returns a single data frame with unstandardized parameters.