![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
How can I ramdomly select a list of records from an existing table? For example: 500,000 names divided by 20,000 samples = 25. The N is 25, meaning samples would be sent to every 25th name on the list. |
#5
| |||
| |||
|
|
The N is 25, meaning samples would be sent to every 25th name on the list. |
#6
| |||
| |||
|
|
ja wrote: How can I ramdomly select a list of records from an existing table? For example: 500,000 names divided by 20,000 samples = 25. The N is 25, meaning samples would be sent to every 25th name on the list. Do you really want random or just every 25th? I wrote a long time ago that makes it easy to generate a randomly selected data set. Let me know if you want a copy. If you just want every 25th, go with what Dennis and Tony said. |
#7
| |||
| |||
|
|
The N is 25, meaning samples would be sent to every 25th name on the list. I doubt that this would qualify as "random" from statistical point of view, but maybe good enough in the situation. Anders |
#8
| |||
| |||
|
|
I wrote a long time ago that makes it easy to generate a randomly selected data set. |
#9
| |||
| |||
|
|
I want to ramdomly select 183,000 records from a 3,002,451 record table. Yes, I would like a copy of your code. |
#10
| |||
| |||
|
|
I want to ramdomly select 183,000 records from a 3,002,451 record table. |
![]() |
| Thread Tools | |
| Display Modes | |
| |