|
Navigation: Programming with Amos > Class Reference > CValue Class Reference > CValue Class Members > Methods > GetImpliedMeansElement Method |
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: