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.
Sample selection from roster
-
justinlakier
- Posts: 238
- Joined: November 21st, 2022, 4:41 pm
Re: Sample selection from roster
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
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
-
Habtamu
- Posts: 26
- Joined: March 18th, 2024, 4:18 am
Re: Sample selection from roster
Thank you, Justin,