Learn R Programming

MplusAutomation (version 0.6-1)

subsetModelList: Subset a list of Mplus model results

Description

a helper function to be used by wrappers that generate HTML, LaTex, and on-screen displays of summary statistics

Usage

subsetModelList(modelList, keepCols, dropCols, sortBy)

Arguments

modelList
A list object of Mplus models
keepCols
Columns to keep
dropCols
Columns to drop (use only one of keep/dropCols)
sortBy
How to sort

Value

  • Extracted and sorted data

Examples

Run this code
# make me!!!

Run the code above in your browser using DataLab