Simple random sampling: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Gene Shackman
No edit summary
imported>Chunbum Park
(move to external links)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}
Simple random sampling (SRS) is the easiest way to take a sample from some population.  The main idea is that everyone has exactly the same chance of being in the sample. Theoretically, then, the sample should be a good representation of the population.
'''Simple random sampling''' (SRS) is the easiest way to take a sample from some population.  The main idea is that everyone has exactly the same chance of being in the sample. Theoretically, then, the sample should be a good representation of the population.


Here is a simple example of getting a simple random sample.  Suppose there is a club made up of one thousand people.  If there is a complete membership list, the easiest way to get a simple random sample is to list all of the members, put a random number next to each member, then sort all of the members by the random numbers.  The members are now in random order.  To get a simple random sample, just take the first set of members, however many are desired.
Here is a simple example of getting a simple random sample.  Suppose there is a club made up of one thousand people.  If there is a complete membership list, the easiest way to get a simple random sample is to list all of the members, put a random number next to each member, then sort all of the members by the random numbers.  The members are now in random order.  To get a simple random sample, just take the first set of members, however many are desired.


Simple random sampling is simple, but in some cases, particularly where the sample is small, the result may not be representative, just due to the luck of the draw.  Other methods may often be preferred.
Simple random sampling is simple, but in some cases, particularly where the sample is small, the result may not be representative, just due to the luck of the draw.  Other methods may often be preferred.
== Resources ==
[http://www.socialresearchmethods.net/kb/sampprob.php  Probability Sampling] William M.K. Trochim, ''Research Methods Knowledge Base?'' 2006.
[http://www.nedarc.org/nedarc/collectingData/participantSelection/probabilitySampling/simpleRandomSampling.html  Simple Random Sampling] ''The National EMSC Data Analysis Resource Center''. Collecting Data. 2006.

Latest revision as of 01:35, 28 February 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Simple random sampling (SRS) is the easiest way to take a sample from some population. The main idea is that everyone has exactly the same chance of being in the sample. Theoretically, then, the sample should be a good representation of the population.

Here is a simple example of getting a simple random sample. Suppose there is a club made up of one thousand people. If there is a complete membership list, the easiest way to get a simple random sample is to list all of the members, put a random number next to each member, then sort all of the members by the random numbers. The members are now in random order. To get a simple random sample, just take the first set of members, however many are desired.

Simple random sampling is simple, but in some cases, particularly where the sample is small, the result may not be representative, just due to the luck of the draw. Other methods may often be preferred.