proc glimmix data=mydata;
class myclass;
model response = mycovariates / dist=binomial link=logit solution;
random intercept / subject=myid;
run;
SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation
SAS/STAT 15.3 User's Guide
The GLIMMIX Procedure
NLOPTIONS Statement
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm
SAS/STAT 15.3 User's Guide
Shared Concepts and Topics
NLOPTIONS Statement
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect052.htm
Koen
proc glimmix data=mydata method=laplace;
class myclass;
model response = mycovariates / dist=binomial link=logit solution;
random intercept / subject=myid;
run;
Hi! I found out that you can choose the method (example laplace) by adding the statement above.
@ANKH1 wrote:
proc glimmix data=mydata method=laplace; run;
Hi! I found out that you can choose the method (example laplace) by adding the statement above.
There's an "inter-play" between several statements and options.
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_glimmix_syntax18.htm
Br, Koen
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.