Learn R Programming

stremo (version 0.2)

manifests: Display the indicator (manifest) variables of a lavaanified model

Description

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

Usage

manifests(model)

Arguments

model
A lavaanified model.

Examples

Run this code
data(pugesek)
model <- lvnfy(pugesek.onefactor.model, data = bumpus.log)
manifests(model)

Run the code above in your browser using DataLab