Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Gets the covariance between two parameter estimates.

Syntax 1

result = object.ParameterCovariance (parameterIndex)

result = object.ParameterCovariance (parameterIndex1, parameterIndex2)

result = object.ParameterCovariance (parameterName)

result = object.ParameterCovariance (parameterName1, parameterName2)

The ParameterCovariance method syntax 1 has the following parts:

Part

Description

result

The covariance between two parameters or the variance of a single parameter.

object

An object of type AmosEngine.

parameterIndex

parameterIndex1

parameterIndex2

Parameter indices. Parameters are numbered starting with 1.

parameterName

parameterName1

parameterName2

Parameter names.

Placement: [3].

See Also

ParameterName Method

ParameterNumber Method

ParameterValue Method

© 2021 Amos Development Corporation