Hello folks,
Do you know how to get STORE function work and output a dataset VISUAL as shown in the model below? I'd like to create a plot on the resulting VISUAL data using proc plm.
Thanks for your time and help!
proc genmod data=individ1(where=(fu le 5)) order=formatted;
fwdlink link = log(_MEAN_-d_star);
invlink ilink= exp(_XBETA_)+d_star;
class fu STAGE(REF='4') age;
model d = fu age STAGE/ error=poisson offset=ln_y type3;
STORE VISUAL;
output out=predprobs lower=lowerci pred=pred upper=upperci;
run;
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 save with the early bird rate—just $795!
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.