- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-08-2019 08:43 PM
(3199 views)
Dear all, I am using PROC MIXED for a simple design with one CLASS variable with two levels, and a random factor. Browsing the postings I saw a discussion about effect size in PROC MIXED dating of 2016, so I wonder whether there has been any progress with PROC MIXED and effect size can be automatically generated by PROC MIXED in the same way in which PROC GLM now does. proc mixed data = XX ; class cond randomF; model DV= cond ; random randomF ; lsmeans cond/tdiff cl pdiff; Thank you in advance. Emanuele
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
"Effect size" (however you choose to define it) in a mixed model is of course more complicated than in a not-mixed model. You might find this thread useful: https://communities.sas.com/t5/Statistical-Procedures/Proc-mixed-effect-size-Does-a-solution-exist/t...