RMSEA: RMSEA

Description Usage Arguments Value Note Examples

Description

RMSEA approximate fit index

Usage

1
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

Note

This function was heavily influenced by code in lavaan.

Examples

1
2
3
4
5
6
7
## Not run: 
data(albert)
fit <- fit.nlminb(albert.model, albert.litho.cov, 107)
RMSEA(fit)


## End(Not run)

stremo documentation built on Jan. 15, 2017, 7:33 p.m.