Learn R Programming

stremo (version 0.2)

exogenous: Display the exogenous variables of a lavaanified model

Description

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

Usage

exogenous(model)

Arguments

model
A lavaanified model.

See Also

exogenous, manifests, observed, and latents.

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