39
Estimating Variances and Covariances
Generating Additional Output
Some AmosEngine methods generate additional output. For example, the Standardized
method displays standardized estimates. The following figure shows the use of the
Standardized method:
Modeling in C#
Writing an Amos program in C# is similar to writing one in VB.NET. To start a new
C# program, in the built-in program editor of Amos:
E Choose File > New C# Program (rather than File > New VB Program).
E Choose File > Open to open Ex01.cs, which is a C# version of the VB.NET program
Ex01.vb.