Basically as the title says.My code is just:
proc panel data = data; id country date; model labnret = ANX1 PreSign /ranone;run;
and I want to see how well specified the model is.What is the extra command I need to add?Thanks,
Probably will have to explore the TEST statement. With more infor about the variables in the model, it should be possible to write these out.
Steve Denham
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates