Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Assigns values to the sample covariances and the sample means.

Syntax

object.PutSampleMoments (covariancesBase0, meansBase0)

object.PutSampleMoments (covariancesBase0, meansBase0, groupNumber)

The PutSampleMoments method syntax has the following parts:

Part

Description

object

An object of type AmosEngine.

covariancesBase0

A two-dimensional array of type double. The dimensions of covariancesBase0 must exactly match the dimensions of the sample covariance matrix.

meansBase0

A one-dimensional array of type double. The number of elements in meansBase0 must equal the number of observed variables in the model.

groupNumber

Optional. A group number. The first group is group number 1. If groupNumber is omitted, the first group is used.

Placement: [3].

Remarks

One technique for performing sampling studies consists of the repeated use of PutSampleMoments and FitModel.

See Also

Use the AmosEngine class to test for scale- and location-invariance

© 2021 Amos Development Corporation