BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Vani1493
Fluorite | Level 6

I am very much confused how to differentiate variable is skewed or not....continuous or catagorical by seeing the skewness values.

 

please clear my confusion.

 

thank you

1 ACCEPTED SOLUTION
6 REPLIES 6
Vani1493
Fluorite | Level 6

Thank you....one more query please 

 

Screenshot 2022-12-27 145101.png

 

please let me know why i am getting this error variable race should be either numeric or specified in the class statement when i am trying to create graphs

Ksharp
Super User
You shoud put RACE in CLASS statement ,like this :

proc logistic data=...........
CLASS RACE ;
model y= RACE .........;
run;
Vani1493
Fluorite | Level 6

i tried, it wont work out...

 

my code is 

 

Screenshot 2022-12-27 151414.png

 pls help me...in preparing graph with outcome_1 with Race

Rick_SAS
SAS Super FREQ

BEFORE the MODEL statement, put

class Race;

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 1673 views
  • 0 likes
  • 3 in conversation