detectColumnNames {MplusAutomation} | R Documentation |
Detect Column Names
Description
Helper function to detect model results columns.
Usage
detectColumnNames(filename, modelSection, sectionType = "model_results")
Arguments
filename |
The file name |
modelSection |
The model section |
sectionType |
A character string. Defaults to “model_results”. |
Value
A list with elements for the directory, filename, and absolute path.
Examples
# make me!!!
[Package MplusAutomation version 1.1.1 Index]