Learn R Programming

arf3DS4 (version 2.5-4)

RMSEA: Calculate Root Mean Square Error.

Description

Calculate RMSEA fit value.

Usage

RMSEA(arfmodel, options = loadOptions(arfmodel))

Arguments

arfmodel
A fitted (and valid) arf-model object of class "model".
options
An "options" object. The options object belonging to the ARF model is loaded by default.

Value

  • Returns an object of class "model" with the slot model@fit[2] set to the RMSEA value.

Details

RMSEA calculates the RMSEA value using the number of brain voxels (Set by the model@mask slot).

See Also

BIC, model, options