Learn R Programming

stremo (version 0.2)

RMSEA: RMSEA

Description

RMSEA approximate fit index

Usage

RMSEA(fitted.model)

Arguments

fitted.model
A fitted model of class "sem", as returned by fit.nlminb.

Value

RMSEA
The RMSEA index
ci
Confidence interval for the index
RMSEA
P-value

Examples

Run this code
## Not run: 
# data(albert)
# fit <- fit.nlminb(albert.model, albert.litho.cov, 107)
# RMSEA(fit)
# 
# ## End(Not run)

Run the code above in your browser using DataLab