Learn R Programming

stremo (version 0.2)

model.type: Displays the type of a structural equations model.

Description

This function returns the type of a structural equations model.

Usage

model.type(model)

Arguments

model
A lavaanified model.

Value

A character string with the type of the model. It can be either "pa", "cfa", or "sem".

Examples

Run this code
data(albert)
model <- lvnfy(albert.model, data = albert.litho.cov, n
= 107)
model.type(model)

Run the code above in your browser using DataLab