SAS documentation for PROC HPLOGISTIC references 'Average Squared Error' and 'Mean Difference'. However, for the life of me, I can't figure out how to get these two to output to the RESULTS window. HELP!!!
These statistics are produced when you use the PARTITION statement. To get the statistics without actually partitioning, you can use this statement: partition fraction(test=0 validate=0);
These statistics are produced when you use the PARTITION statement. To get the statistics without actually partitioning, you can use this statement: partition fraction(test=0 validate=0);
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.