Given a population for variable, say, X of 25384. How do I randomly select a sample of 380? I've had no success with the SAMP Function of p68 (Version 10)
asked Aug 29 '11
updated Sep 17 '11
This example shows how
samp 1 25384 genr x=time(0) samp 1 380 genr y=samp(x) print y stop
posted Aug 29 '11
updated Aug 29 '11
Here (once you log in) you will be able to sign up for the periodic email updates about this question.
Tags:
sample ×2 population ×1 random ×1 replacement ×1
Asked: Aug 29 '11
Seen: 64 times
Last updated: Sep 17 '11
How do you create a moving window with a constant width?