BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
hulinhui
Calcite | Level 5

Platform: SAS University Edition

Virtual Software: VMware Fusion Pro 15

System Language: Chinese Simplified

Question: How to display the correct Chinese Characters of the title and axis caption in the ROC plot?

 

SAS codes were as below:

 

proc logistic data=aki plots(only)=roc; 
    model aki_sas= cysc_sas unag_ucrea_sas IL_6_sas; 
run; 
untitled.png

 I noted that there was a warning information in the Logs indicating the problem may be lies on the font setting. But the question is that how to specified the font option?

 

NOTE: PROC LOGISTIC is modeling the probability that aki_sas=0. One way to change this to model the probability that aki_sas=1 is

to specify the response variable option EVENT='1'.
NOTE: Convergence criterion (GCONV=1E-8) satisfied.
WARNING: The font <sans-serif> is not available. Arial Unicode MS will be used.
WARNING: The font <sans-serif> is not available. Arial Unicode MS will be used.
 
Desperate help is needed, thanks a lot to  anyone who can address this problem.
1 ACCEPTED SOLUTION
2 REPLIES 2
hulinhui
Calcite | Level 5
Thank you for your kind reply. I would like to keep and display the Chinese characters for some purpose. Changing the default font into one supporting Asian characters would be helpful. But how can I change the default font in SAS?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1403 views
  • 1 like
  • 2 in conversation