Search Results: sgplot (964)

Data Visualization
Sanjay Matange 0
New Polygon Plot

The SAS 9.4 Maintenance 1 release is now shipping to users. This is great news for GTL and SG procedures users as this release includes some useful new features. Some of these are in direct response to your requests, and others are enhancements that we think you will come to like.

Data Visualization
Sanjay Matange 0
Survey Charts

Often we have situations where the category values on the graph have long character strings.  This is often the case when graphing survey responses to questions.  The questions may be sentences, sometimes moderately long. With SAS 9.4, GTL and SG now support the ability to display tick values split over

Data Visualization
Sanjay Matange 0
Graphs at WUSS - Part 2

Last week I covered some of the interesting graph-related papers presented at WUSS.  There were quite a few, so I broke up the report into two parts.  Here is the second installment. In the paper  Creating Graphical Patient Profiles using SAS by William Garner of Gilead Sciences, the author describes how to create

Data Visualization
Sanjay Matange 0
Graphs at WUSS - Part 1

It is always a pleasure to attend SAS user conferences, regional conferences and in-house events.  In addition to presenting papers, seminars and super demos to the attendees myself, my favorite activity is to attend presentations by users that include graphical data visualization.  These include using SG procedures, GTL, Designer or SAS/GRAPH.  This year

Data Visualization
Sanjay Matange 0
R U Graphing with SAS?

In recent conversations with many SAS users at NESUG, SESUG and WUSS, a pattern emerges on the question of creating graphs with SAS or R.  Many SAS users are aware of the new graph features in SAS that create high quality graphs with minimum fuss.  But, many have not actually used

Data Visualization
Sanjay Matange 0
Comparative Histograms

In reference to a previous article on Violin Plots, a reader asked about creating comparative mirrored histograms to compare propensity scores.  While I had my own understanding of "Mirrored Histograms", I also looked this up on the web.  Google showed many cases of two histograms back to back, either horizontally or vertically. 

Data Visualization
Sanjay Matange 0
Healthcare.gov numbers

Working at SAS, I consider myself fortunate to have the best employee benefits in the industry.  That is one of the factors placing SAS as one of the best companies to work for worldwide, and often THE best company to work for in USA. Given that, I was curious to know the kind

Data Visualization
Sanjay Matange 0
Schedule Chart

Last week Bruno asked about creating a Schedule Chart using SG Procedures.  To me, such projects are very interesting and challenging...How much mileage can we get out of the current set of SGPLOT procedure features to create a visual that was not part of the original requirements? The clear choice for

Rick Wicklin 0
Two applications of the "runs test"

In my last blog post I described how to implement a "runs test" in the SAS/IML language. The runs test determines whether a sequence of two values (for example, heads and tails) is likely to have been generated by random chance. This article describes two applications of the runs test.

Rick Wicklin 0
Compute a contour (level curve) in SAS

Like many other computer packages, SAS can produce a contour plot that shows the level sets of a function of two variables. For example, I've previously written blogs that use contour plots to visualize the bivariate normal density function and to visualize the cumulative normal distribution function. However, sometimes you

Data Visualization
Sanjay Matange 0
Graphics with SAS Web Editor

Recently, SAS released SAS Solutions OnDemand for academics.  An academic user who is signed up for this can use the SAS Web Editor application to do all their data analysis over the web using a hosted server at SAS.  This frees up the user from having to install the software on their own computers,

Rick Wicklin 0
Create phase portraits in SAS

In a previous post, I showed how to solve differential equations in SAS by using the ODE subroutine in the SAS/IML language, which solves initial value problems. This article describes how to draw phase portraits for two classic differential equations: the equations of motion for the simple harmonic oscillator and

Rick Wicklin 0
Solving differential equations in SAS

Differential equations arise in the modeling of many physical processes, including mechanical and chemical systems. You can solve systems of first-order ordinary differential equations (ODEs) by using the ODE subroutine in the SAS/IML language, which solves initial value problems. This article uses the equations of motion for the classic simple

Rick Wicklin 0
Comparing two groups? Two tips that make a difference

A common visualization is to compare characteristics of two groups. This article emphasizes two tips that will help make the comparison clear. First, consider graphing the differences between the groups. Second, in any plot that has a categorical axis, sort the categories by a meaningful quantity. This article is motivated

Data Visualization
Sanjay Matange 0
Customizing Plot Appearance

The graphs produced by the SG procedures (and GTL) have a default look and feel designed for the common use cases.  However, everyone has a preference for some special features that make the graphs unique.  Fortunately, extensive customizations can be made to graphs produced by these tools using statement and

1 25 26 27 28 29 33