Page 1 of 1

Sample selection from roster

Posted: June 7th, 2024, 12:30 pm
by Habtamu
Dear all

How are you doing, I need support on sample selection from rosters in random,


I would like to get your help on developing a cspro program for selecting sample 5 plots for the same crop from the total listed crops in the enumeration area to make crop cut. Here I have attached the file for the reference.

In the attached file I recorded 9 wheats plots, but I want to select 5 in random.

Re: Sample selection from roster

Posted: June 7th, 2024, 4:16 pm
by justinlakier
Hello,

There are multiple previous posts on the forum outlining ways to randomly select multiple options from the roster. See here and here for a few examples. You can select a certain number of unique random numbers based on their index and the size of the roster using CSPro's random functions, or use a kish grid for random selection in the roster.

Hope this helps,
Justin

Re: Sample selection from roster

Posted: June 8th, 2024, 10:52 am
by Habtamu
Thank you, Justin,