Hello,
I have a model that has more than 10 random effects identified by bcoef1-bcoef20. Is there a compact way to write the random statement in PROC NLMIXED other than the usual way of:
"random bcoef1, bcoef2, ..., bcoef20 ~normal([0,0,...,0],[vcoef1,
0, vcoef2,.....
vcoef20]) subject=ID out=outre;"
Thank you!
Not that I am aware of. Are you truly trying to estimate 190 covariance parameters in a nonlinear model? If so, I want to know what platform (OS, memory, etc.), so that I can talk our company into buying comparable equipment.
Steve Denham
Hi Steve,
Thank you. Unfortunately, we have to run a non linear model with more than 10 random effects. We have not tested this out on our computer yet but if it runs successfully, I will inform you.
Best,
Vincent
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.