BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Haris
Lapis Lazuli | Level 10

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!!!

 

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

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);

View solution in original post

3 REPLIES 3
Haris
Lapis Lazuli | Level 10
The equivalent in the PROC LOGISTIC is SCORE FITSTAT option. That does not work in the HP version.
StatDave
SAS Super FREQ

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);

Haris
Lapis Lazuli | Level 10
Perfect! Thanks. Found the same solution. Any idea why one needs to request partitioning to get these basic model fit statistics to output? Does not make sense to me that they won't show up without typing extra code for the PARTITION option and specifying this contrived (TEST=0) scenario to, basically, negate the PARTITION request.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

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.

Discussion stats
  • 3 replies
  • 1215 views
  • 2 likes
  • 2 in conversation