subsetModelList {MplusAutomation} | R Documentation |
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 = NULL)
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. Defaults to |
Value
Extracted and sorted data
Examples
# make me!!!
[Package MplusAutomation version 1.1.1 Index]