Learn R Programming

MplusAutomation (version 0.6-1)

unlabeledMatrixExtract: Reconstruct matrix from unlabeled multi-line text output

Description

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.

Usage

unlabeledMatrixExtract(outfiletext, filename)

Arguments

outfiletext
The text of the output file
filename
The name of the output file

Value

  • a matrix

Examples

Run this code
# make me!!!

Run the code above in your browser using DataLab