The following PROC SURVEYSELECT statements select a probability sample of customers from the Customers data set using simple random sampling. title1 'Customer Satisfaction Survey'; proc surveyselect ...
The method of simple random sampling (METHOD=SRS) selects units with equal probability and without replacement. Each possible sample of n different units out of N has the same probability of being ...