CatchLotterySamplingExample | R Documentation |
Example of data formatted as PSUSamplingParametersData
Hauls are primary sampling units, selected by Poission sampling with selection probabilities proportional to the catch size.
The data contain sampling parameters for North Sea herring samples from catch lottery sampling in 2022.
data(CatchLotterySamplingExample)
PSUSamplingParametersData
The corresponding samples are provided in CatchLotteryExample
#all selected PSU that where actuall sampled are provided in CatchLotteryExample
sum(!is.na(CatchLotterySamplingExample$SelectionTable$SamplingUnitId))
sum(CatchLotterySamplingExample$SelectionTable$SamplingUnitId %in%
CatchLotteryExample$Haul$HaulKey)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.