matrixExtract | R Documentation |
main worker function for extracting Mplus matrix output where matrices are spread across blocks to keep within width constraints example: tech1 matrix output.
matrixExtract(
outfiletext,
headerLine,
filename,
ignore.case = FALSE,
expect_sig = FALSE
)
outfiletext |
The text of the output file |
headerLine |
The header line |
filename |
The name of the output file |
ignore.case |
Whether to ignore case of header line |
expect_sig |
Whether to track value significance TRUE/FALSE (* in Mplus) as an attribute |
a matrix
# make me!!!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.