on a personal computer with
Mx installed by typing:
Mx univar.mx univar.mxowhere
univar.mx is the name of the script file, and
univar.mxo is the name of the output file.  We recommend
mx and mxo as file extensions to make Mx input and
output distinct from input and output of other programs.  This example
fits a model allowing for random environmental effects, additive
genetic effects, and dominance genetic effects, to the young female
like-sex MZ and DZ covariance matrices for log-transformed BMI.  The
Mx output includes:
 MATRIX W
This is a LOWER matrix of order    1 by    1
      1
  1   3
 MATRIX X
This is a LOWER matrix of order    1 by    1
      1
  1   1
 MATRIX Y
This is a LOWER matrix of order    1 by    1
 It has no free parameters specified
 MATRIX Z
This is a LOWER matrix of order    1 by    1
      1
  1   2
If no labels are specified in the input script, Mx will use
consecutive numbers for the rows and columns of each matrix.
The matrix element 1 identifies the first free parameter to be estimated 
(Free) in the matrices declaration section.  Similarly, 2
identifies parameter 
, for example, we obtain
 MATRIX W
This is a LOWER matrix of order    1 by    1
          1
  1   .5441
 MATRIX X
This is a LOWER matrix of order    1 by    1
          1
  1   .5621
 MATRIX Y
This is a LOWER matrix of order    1 by    1
 It has no free parameters specified
 MATRIX Z
This is a LOWER matrix of order    1 by    1
          1
  1   .4119
In other words, our maximum-likelihood parameter estimates are
RSiduals in a group, the observed,
  and expected (`fitted') covariance matrix and residuals for that group 
are printed;
  
  Comparison of models should normally be based on likelihood-ratio
  chi-squared tests, since significance tests based on standard errors
  may be misleading for this example (Neale
  et al., 1989b).