Learn R Programming

regsem (version 1.9.5)

extractMatrices: This function extracts RAM matrices from a lavaan object.

Description

This function extracts RAM matrices from a lavaan object.

Usage

extractMatrices(model)

Value

The RAM matrices from model.

Arguments

model

Lavaan model object.

Examples

Run this code

library(lavaan)
data(HolzingerSwineford1939)
HS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 '
mod <- cfa(HS.model, data=HolzingerSwineford1939)
mats = extractMatrices(mod)

Run the code above in your browser using DataLab