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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.