<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sas/tags/Shuffling</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 14:53:54 GMT</pubDate>
<item>
<title>(SAS) Random Sample Selection - sarathannapareddy</title>
<link>http://snipplr.com/view/34215/random-sample-selection/</link>
<description><![CDATA[ <p>Last week my manager asked me to randomly pick 10%observations from a large data set and then create a listing so that the Data management programmers can QC the data. I want to share some thoughts here … how easy and simple to do random sampling. 
Approach 1:

Data step Approach: In this approach, the observations are shuffled using the RANUNI function which assigns a random number to each observation.</p> ]]></description>
<pubDate>Tue, 11 May 2010 10:40:28 GMT</pubDate>
<guid>http://snipplr.com/view/34215/random-sample-selection/</guid>
</item>
</channel>
</rss>