Learn R Programming

psycho (version 0.4.91)

interpret_RMSEA: RMSEA interpreation.

Description

Interpret RMSEA with a set of rules.

Usage

interpret_RMSEA(x, rules = "awang2012")

Arguments

x

RMSEA.

rules

Can be "awang2012", or a custom list.

Examples

Run this code
# NOT RUN {
library(psycho)
interpret_RMSEA(0.04)
# }

Run the code above in your browser using DataLab