How to select a random sample from a population?

i like this post (click again to cancel)
0
i dont like this post (click again to cancel) remove favorite mark from this question (click again to restore mark)

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

Tucuche gravatar image Tucuche
1

updated Sep 17 '11

SHAZAMHelp gravatar image SHAZAMHelp 332 1 5 16
http://econometrics.com/
i like this answer (click again to cancel)
0
i dont like this answer (click again to cancel)

This example shows how

samp 1 25384
genr x=time(0)
samp 1 380
genr y=samp(x)
print y
stop
link

posted Aug 29 '11

ken gravatar image ken
91 2 3

updated Aug 29 '11

SHAZAMHelp gravatar image SHAZAMHelp 332 1 5 16
http://econometrics.com/

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Tags:

×2
×1
×1
×1

Asked: Aug 29 '11

Seen: 64 times

Last updated: Sep 17 '11