BookmarkSubscribeRSS Feed
di_niu0
Obsidian | Level 7

Hi All. I am doing a multilevel model using PROC GLIMMIX. 

 

proc glimmix data=schools method=quad;

         class school_id class_id;

         model  score = class_id / solution dist=binary link=logit;

         random intercept / subject=school_id solution;

run;

 

Result:  

            Covariance Parameter Estimates 

Cov Parm      Subject         Estimate    Standard Error

Intercept        school_id       0.04852     0.39480             

 

How do I output the p value for this estimate of parameter

 

1 REPLY 1

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 327 views
  • 0 likes
  • 2 in conversation