English

Rick Wicklin 0
Sample without replacement in SAS

Last week I showed three ways to sample with replacement in SAS. You can use the SAMPLE function in SAS/IML 12.1 to sample from a finite set or you can use the DATA step or PROC SURVEYSELECT to extract a random sample from a SAS data set. Sampling without replacement

Rick Wicklin 0
Sample with replacement in SAS

Randomly choosing a subset of elements is a fundamental operation in statistics and probability. Simple random sampling with replacement is used in bootstrap methods (where the technique is called resampling), permutation tests and simulation. Last week I showed how to use the SAMPLE function in SAS/IML software to sample with

Gail Baker 0
Top 5 SAS Talks webinars from 2013

It’s hard to believe it is almost February. The office is buzzing with all of the great things coming up in 2014 especially SAS Global Forum in just two months. But before we move too fast, I was thinking about 2013 and what really worked. The SAS Talks technical webinar

Data Visualization
Sanjay Matange 0
More symbols, you say?

Users have often expressed the need for more marker symbols.  ODS Graphics supports over  30 scalable marker symbols, both filled and empty.  As mentioned in an earlier article, with SAS 9.4, filled markers can now have outlines and fills, and can also have special effects. Also with SAS 9.4, now you

Students & Educators
Scott McQuiggan 0
National Reading Day

National Reading Day promotes a love of reading and a lifetime of learning. Encouraging a strong reading foundation is at the heart of this event, which focuses on pre-K through 3rd-grade students. At SAS, we are developing tools to help parents, teachers, and students build this foundation. Our first reading app,

Data Visualization
Sanjay Matange 0
Two-in-one Graphs

A large variety of graphs fall in the category of what I call a "Single-Cell" graph.  This type of graph consists of a single data region along with titles, footnotes, legends and other ancillary objects.  Legends and text entries can be included in the data area.   The data itself is displayed

1 229 230 231 232 233 329