Learn R Programming

stremo (version 0.2)

observed: Display the observed variables of a lavaanified model

Description

This function returns a character vector containing the names of the observed variables in a given model.

Usage

observed(model)

Arguments

model
A lavaanified model.

Examples

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

Run the code above in your browser using DataLab