SAS Studio

Write and run SAS programs in your web browser
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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