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;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.