Uncategorized

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

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
New Features in SAS 9.40M5 - Gradient fills

ODS Graphics procedures primarily strive towards the following goal:  "Make simple graphs easy and complex graphs possible".   SGPLOT procedure allows you create simple graphs with a single plot statement, and create complex graphs by layering together or combining multiple plot statements.  Generally, the appearance follows the guidelines set by industry

Advanced Analytics | Customer Intelligence
SAS Korea 0
알고리즘 기반의 분석적 마케팅 기여도(Algorithmic Marketing Attribution) 측정을 통한 360도 마케팅 인사이트

모바일 퍼스트(Mobile First)를 넘어선 모바일 온리(Mobile only) 시대입니다. 스마트폰이나 태블릿 PC로 언제 어디서나 온라인 쇼핑몰, 모바일 앱, 소셜 미디어 등 다양한 플랫폼을 통해 정보를 검색, 공유하고 제품을 구매할 수 있죠. 이처럼 기업이 고객과 만나는 접점은 그 어느 때보다 다양해지고 있으며, 그만큼 고객의 요구와 기대의 변화에 귀를 기울이고 재빠르게 대응해야 할 필요성이

Data Visualization | Learn SAS
Ryan Kumpfmiller 0
An introduction to SAS Visual Analytics: the Parallel Period function of the Derived Item calculations

My new SAS Press book “An Introduction to SAS Visual Analytics” (written in collaboration with Tricia Aanderud and Rob Collum) covers all of the different aspects of SAS® Visual Analytics, including how to develop reports, load data, and handle administration. Below is an example of the types of tips that you can find

Programming Tips
Rick Wicklin 0
Order correlations by magnitude

Correlations between variables are typically displayed in a matrix. Because the correlation matrix is determined by the order of the variables, it is difficult to find the largest and smallest correlations, which is why analysts sometimes use colors to visualize the correlation matrix. Another visualization option is the pairwise correlation

Analytics
Miriam Audelo 0
Innovación para todos los presupuestos

El precio que paga una empresa que se transforma digitalmente no sólo implica "asumir el costo cultural" de una visión disruptiva que modifica la operación del negocio. De hecho, es una suma real y que se refleja en las inversiones que realizan las organizaciones. Según datos de un estudio global , este año,

Analytics | Internet of Things
Keith Holdaway 0
Why analytics and IIoT are critical for the oilfield of the future

As traditional reserves deplete and oil prices rise, market analysts predict that the global demand for petroleum products will increasingly be met with oil extracted from non-traditional resources in more challenging and harsher environments. Therefore, companies across the oil & gas industry are evaluating technologies and processes that can deliver

1 102 103 104 105 106 281