Learn R Programming

sem (version 3.1-16)

modIndices: Modification Indices for Structural Equation Models

Description

mod.indices calculates modification indices (score tests) and estimated parameter changes for the fixed and constrained parameters in a structural equation model fit by multinormal maximum likelihood.

Usage

# S3 method for objectiveML
modIndices(model, duplicated, deviance=NULL, ...)
# S3 method for msemObjectiveML
modIndices(model, ...)

# S3 method for modIndices print(x, n.largest=5, ...) # S3 method for msemModIndices print(x, ...)

# S3 method for modIndices summary(object, round=2, print.matrices=c("both", "par.change", "mod.indices"), ...) # S3 method for msemModIndices summary(object, ...)

Value

modIndices returns an object of class modIndices with the following elements:

mod.A

modification indices for the elements of the \(A\) matrix.

mod.P

modification indices for the elements of the \(P\) matrix.

par.A

estimated parameter changes for the elements of the \(A\) matrix.

par.P

estimated parameter changes for the elements of the \(P\) matrix.

Arguments

model

an object of class objectiveML or msemObjectiveML, produced by the sem function.

object, x

an object of class modIndices or msemModIndices, produced by the modIndices function.

n.largest

number of modification indices to print in each of the \(A\) and \(P\) matrices of the RAM model.

round

number of places to the right of the decimal point in printing modification indices.

print.matrices

which matrices to print: estimated changes in the fixed parameters, modification indices, or both (the default).

duplicated, deviance

for internal use.

...

arguments to be passed down.

Author

John Fox jfox@mcmaster.ca and Michael Culbertson

Details

Modification indices are one-df chi-square score (“Lagrange-multiplier”) test statistics for the fixed and constrained parameters in a structural equation model. They may be regarded as an estimate of the improvement in the likelihood-ratio chi-square statistic for the model if the corresponding parameter is respecified as a free parameter. The modIndices function also estimates the change in the value of a fixed or constrained parameter if the parameter is respecified as free. When several parameters are set equal, modification indices and estimated changes are given for all but the first. Modification indices and estimated parameter changes for currently free parameters are given as NA.

The method employed is described in Saris, Satorra, and Sorbom (1987) and Sorbom (1989).

References

Sarris, W. E., Satorra, A., and Sorbom, D. (1987) The detection and correction of specification errors in structural equation models. Pp. 105--129 in Clogg, C. C. (ed.), Sociological Methodology 1987. American Sociological Association.

Sorbom, D. (1989) Model modification. Psychometrika 54, 371--384.

See Also

sem