All Posts

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

To get full value from analytics programs, Todd Wright says be sure you can first access, integrate, cleanse and govern your data.

In a previous article, I discussed the lines plot for multiple comparisons of means. Another graph that is frequently used for multiple comparisons is the diffogram, which indicates whether the pairwise differences between means of groups are statistically significant. This article discusses how to interpret a diffogram. Two related plots

In a previous article, I discussed the lines plot for multiple comparisons of means. Another graph that is frequently used for multiple comparisons is the diffogram, which indicates whether the pairwise differences between means of groups are statistically significant. This article discusses how to interpret a diffogram. Two related plots

Este 19 de octubre se celebra el día internacional contra el cáncer de mamá y hoy la analítica está contribuyendo a salvar la vida de muchas mujeres que padecen esta terrible enfermedad, un ejemplo de superación. Susan Weidner, vicepresidente sénior de IntrinsiQ Specialty Solutions. Susan fue diagnosticada con cáncer de

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

In growing areas such as the Research Triangle Park, there is always the tough decision between developing land for business, or keeping it natural for parks and recreation. SAS is fortunate to have the great hiking trails at Umstead Park just across the road to the north - it's the

In the field of machine learning, online learning refers to the collection of machine learning methods that learn from a sequence of data provided over time. In online learning, models update continuously as each data point arrives. You often hear online learning described as analyzing “data in motion,” because it

You know the value of your SAS Certification; does the rest of the world? A recent MONEY and Payscale.com study named SAS Analytics skills as the most valuable skills to have in today’s job market and certification is the best way to demonstrate those skills. Recognition like this helps solidify

If you checked the Work/Life calendar of events this summer, you may have seen ads to meet with me to discuss character strengths and how to incorporate them into your everyday. It’s been a pretty popular offering, and that’s really no surprise. Who doesn’t want to learn more about themselves

My sons were amazing sleepers...as babies. Around age 2.5, mutiny ensued. My eldest endured the wild combination of potty training, a new baby brother, transitioning into a "big boy" bed, and a beautiful developing imagination. While the youngest didn’t have the new baby to taunt his sleep, he did get

In a SAS Viya 3.2 environment two types of content can be created: SAS Visual Analytics Reports and Data Plans. For administrators, who may want to manage that content within a folder structure, there are some things to keep in mind. In the current release, both types of content can be

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

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

Phil Simon chimes in on the tendency to rely upon these tools too much.