Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Gets one element of the implied means vector for the observed variables, giving the implied mean for a single observed variable. As an alternative, you can use GetImpliedMeansVector to get the entire vector of implied means.

Syntax

result = object.GetImpliedMeansElement (variableName)

result = object.GetImpliedMeansElement (theVariable)

The GetImpliedMeansElement method syntax has the following parts:

Part

Description

result

The implied mean.

object

An object of type CValue.

variableName

(String) The name of an observed variable whose implied mean you want.

theVariable

(An object of type Variable) An observed variable whose implied mean you want.

© 2021 Amos Development Corporation