All Posts

Analytics | Data for Good
SAS Korea 0
통학 버스 시스템, 데이터 분석으로 교통량과 학생 만족도 개선

매년 가을이면 미국 전역의 고속도로, 주택가, 뒷길은 노란색으로 물듭니다. 여름 방학이 끝난 후, 질서 정연하고 조심스럽게 학생들을 학교로 데려가는 통학 버스 때문인데요. 보스턴 공립 학교(BPS; Boston Public Schools)는 지난 학기 동안 매일 버스 650대로 총 4만5,000마일을 달려 2만5,000명의 학생들을 통학시켰습니다. 해당 지역은 전국에서 가장 오래된 공립 학교 구역으로, 이 버스들은

Analytics | Artificial Intelligence | Machine Learning
Deep learning: la nueva era de la inteligencia artificial

La aplicación de la inteligencia artificial en los negocios constituye un área en constante evolución cuya demanda aumenta día con día. Este fenómeno es resultado de la alta interacción máquina-humano que experimentamos en varios aspectos de nuestras vidas, así como de la necesidad constante de aprender y actuar de forma

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
Tips and tricks - Multiple blank categories on axis

Off and on, users have expressed the need to include multiple blank categories on a discrete axis.  Often, this is desirable to separate groups of bars (or categories) in a graph due to some difference their definition.  Such a case was discussed in this blog article on using non breaking

Learn SAS | Programming Tips
Jim Simon 0
How to format a macro variable

Would you like to format your macro variables? Easy!  Just use the %FORMAT function, like this: What?! You never heard of the %FORMAT function? Of course not, cuz it doesn't exist! No problem. Just create it, like this: %macro format(value,format); %if %datatyp(&value)=CHAR %then %sysfunc(putc(&value,&format)); %else %left(%qsysfunc(putn(&value,&format))); %mend format; The %FORMAT

1 396 397 398 399 400 728