ResidualFitIndices-class {glvmfit}R Documentation

An S4 class to represent the set of residual fit indices

Description

An S4 class to represent the set of residual fit indices

Usage

details(object, comp = c("Total", "Covariance", "Variance", "Mean", "Total"))

## S4 method for signature 'ResidualFitIndices'
details(object, comp = c("Total", "Covariance", "Variance", "Mean", "Total"))

Arguments

object

R object of type ResidualFitIndices.

comp

Character indicating the components to include.

Slots

sampleMoments
impliedMoments
RMR
SRMR
CRMR

Note

comp can be "Total" for overall fit indices, "Cov" for covariance elements (off diagonals), "Var" for variance components (diagonal), and "Mean" means.


[Package glvmfit version 0.1.0 Index]