unlabeledMatrixExtract {MplusAutomation} | R Documentation |
worker function for extracting Mplus matrix output from an unlabeled section where matrices are spread across blocks to keep within width constraints example: class counts output from latent class models.
unlabeledMatrixExtract(outfiletext, filename)
outfiletext |
The text of the output file |
filename |
The name of the output file |
a matrix
# make me!!!