- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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;

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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi, @hulinhui. Please see if this information helps:
https://communities.sas.com/t5/SAS-Analytics-U/About-language-setting-of-SAS-studio/td-p/139617
Regards,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi, @hulinhui. Please see if this information helps:
https://communities.sas.com/t5/SAS-Analytics-U/About-language-setting-of-SAS-studio/td-p/139617
Regards,
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content