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?

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 2677 views
  • 1 like
  • 2 in conversation