1 / 13

Intro to Mx Scripts

Intro to Mx Scripts. Groups. Data Calculation Constraint. Group Structure. Title Reading Data Matrices Declaration Assigning Specifications/ Values Matrix Algebra Means / Covariances Options End. Additional Commands. ! Comments #Ngroups <number of groups> #define <name> <number>

ollie
Télécharger la présentation

Intro to Mx Scripts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Intro to Mx Scripts

  2. Groups • Data • Calculation • Constraint

  3. Group Structure • Title • Reading Data • Matrices Declaration • Assigning Specifications/ Values • Matrix Algebra • Means / Covariances • Options • End

  4. Additional Commands • ! Comments • #Ngroups <number of groups> • #define <name> <number> • #define <$name> <string>

  5. Matrices Declaration • Begin Matrices; • <Name> <type> <rows> <columns> • … • End Matrices; • Matrix Types: Mx manual p. 58 • Matrices = Group <number>

  6. Matrix Algebra • Begin Algebra; • <matrix name> = <matrix formula>; • <matrix name> = <matrix formula>; • … • End Algebra; • Matrix Operations: Mx Manual p. 61 • Matrix Functions: Mx Manual p. 66

  7. MZ Twins

  8. DZ Twins

  9. 1.00 / 0.50 [H] 1.00 1.00 / 0.25 [Q] 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 A1 C1 E1 D1 A2 C2 E2 D2 a [X] c [Y] e [Z] d [W] a [X] c [Y] e [Z] d [W] P1 P2

  10. Path Diagram to Matrices

  11. MZ Twins into Mx

  12. Path Diagram to Matrices

  13. DZos Twins into Mx

More Related