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?

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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