Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

matrixExtract

Reconstruct matrix from multi-line text output


Description

main worker function for extracting Mplus matrix output where matrices are spread across blocks to keep within width constraints example: tech1 matrix output.

Usage

matrixExtract(
  outfiletext,
  headerLine,
  filename,
  ignore.case = FALSE,
  expect_sig = FALSE
)

Arguments

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

Value

a matrix

Examples

# make me!!!

MplusAutomation

An R Package for Facilitating Large-Scale Latent Variable Analyses in Mplus

v0.8
LGPL-3
Authors
Michael Hallquist [aut, cre], Joshua Wiley [aut], Caspar van Lissa [ctb], Daniel Morillo [ctb]
Initial release
2020-09-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.