Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mauchly's test of sphericity

    I need help please.

    After running a one way repeated measure ANOVA for my data, I got a result which identified the repeated variable correctly. I wanted to further conduct mauchly test of sphericity so I installed it with the command "ssc install mauchly" which was successfully installed.

    However, when I tried to run the mauchly test with this command "mauchly dependent variable, m(repeat variable)", (NB: the repeat variable is the one which was identified during the anova test), it gives this result "<istmt>: 3499 mm_repeat() not found".
    How do I fix it please?

  • #2
    The author of the community-contributed mauchly command neglected to document the requirement that the community-contributed moremata package - which contains the mm_repeat() Mata function - is required under some circumstances by mauchly and should be installed.
    Code:
    ssc install moremata
    You may also find the following topic helpful as you continue your exploration of mauchly.

    https://www.statalist.org/forums/for...ricity-command

    Comment


    • #3
      William Lisowski, I can't thank you any better. I'm so grateful. It worked.

      Comment

      Working...
      X