unlabeledMatrixExtract: Reconstruct matrix from unlabeled multi-line text output

View source: R/parseOutput.R

unlabeledMatrixExtractR Documentation

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

# make me!!!

michaelhallquist/MplusAutomation documentation built on March 14, 2024, 11:03 a.m.