English

Data Visualization
Sanjay Matange 0
Multi-Group Series Plots

The series plot is a popular way to visualize response data over a continuous axis like date with a group variable like treatment.   Here is some data I made up of a response value by date, treatment, classification and company that makes the drug.  The data is simulated as shown in the attached program

Michael Smith 0
What not to miss at PharmaSUG 2014

This year’s conference moves to San Diego, and it’s packed with great learning, networking and fun things to do. I’ve had a small part in the planning, but the bulk of the work is being done by a very hard-working group of volunteers.  If you want to be a part of

Students & Educators
Jennifer Bell 0
School, teacher, student data: Where do we grow from here?

Over the past few months, many US states and districts have received data about student growth and teacher effectiveness. Some educators experience the excitement of outstanding scores and, most importantly, the success of their students’ growth.  Some quietly plug along, satisfied to be meeting growth targets and deciding if it isn’t broken,

Rick Wicklin 0
The inverse of the Hilbert matrix

Just one last short article about properties of the Hilbert matrix. I've already blogged about how to construct a Hilbert matrix in the SAS/IML language and how to compute a formula for the determinant. One reason that the Hilbert matrix is a famous (some would say infamous!) example in numerical

Analytics
Leo Sadovy 0
Agility and the Analytic Sandbox

Analytics gives us not just the ability but the imperative to separate our planning activities into two distinct segments – detailed planning that leads to budgets in support of execution, and high-level, analytic-enabled business/scenario planning. My critique of Control Towers in this blog last time led me not only to

Data Management
Sam Munoz 0
Series: BCBS 239 – Principle 3

Principle 3: Accuracy and Integrity – A bank should be able to generate accurate and reliable risk data to meet normal and stress/crisis reporting accuracy requirements. Data should be aggregated on a largely automated basis so as to minimize the probability of errors. It seems logical that banks would want

Data Visualization
Sanjay Matange 0
Labeled curves

Often, the topic of an article is motivated by a question from a user.  A satisfactory resolution of the situation is usually a good indication of a topic that may be of interest to other users.  On such question was posed to me by a user this weekend.  He wanted to display fit

Rick Wicklin 0
On the determinant of the Hilbert matrix

Last week I described the Hilbert matrix of size n, which is a famous square matrix in numerical linear algebra. It is famous partially because its inverse and its determinant have explicit formulas (that is, we know them exactly), but mainly because the matrix is ill-conditioned for moderate values of

Data Management
Sam Munoz 0
Series: BCBS 239 - Principle 2

Principle 2: Data architecture and IT infrastructure – A bank should design, build and maintain data architecture and IT infrastructure which fully supports its risk data aggregation capabilities and risk reporting practices not only in normal times but also during times of stress or crisis, while still meeting the other

Data Visualization
Sanjay Matange 0
The BLOCK Plot

When you hear of a Scatter Plot or a Series Plot, you have a picture in your mind what we are talking about.  But one of the plot statements available in GTL, and soon with SGPLOT, is the BLOCK plot.  I am sure this leaves many users scratching their heads, wondering

Rick Wicklin 0
How to format decimals as fractions in SAS

Yesterday I blogged about the Hilbert matrix. The (i,j)th element of the Hilbert matrix has the value 1 / (i+j-1), which is the reciprocal of an integer. However, the printed Hilbert matrix did not look exactly like the formula because the elements print as finite-precision decimals. For example, the last