Greetings,
The following code modifies the format for R square. I would like to also change formats for coefficient of variation, root mean square and y mean. I am not sure what those variables are called in the GLM template. Where can I find this information and what are those variable names?
Thank you.
Sincerely,
Mary A. Marion
SAS CODE:
edit Stat.glm.FitStatistics;
notes "One-row table of fit statistics";
dynamic yname;
column RSquare ;
define RSquare;
header = "R-Square";
format = 5.3;
end;
end;
To see the template, run
proc template;
source Stat.GLM.FitStatistics;
run;
If you are planning to edit the templates, please read the chapter in the SAS/STAT doc
Using the Output Delivery System
---> Controlling Output Appearance with Templates
To see the template, run
proc template;
source Stat.GLM.FitStatistics;
run;
If you are planning to edit the templates, please read the chapter in the SAS/STAT doc
Using the Output Delivery System
---> Controlling Output Appearance with Templates
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.