You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"power" "Desired Sample Power", (added in the interface but not yet in the server calculation...)
"over" "Desired oversampling proportion",
This module should take the sampling method as a parameter and adjust the parameters to define the sampling size based on parameters specific to the method...
What additional parameters should be defined for each method that are selected by the method screener?
nonprob 'Non-probabilistic methods';
srs 'Simple Random Sampling \n(SRS) without stratification';
ppsframe 'Multiple-Stage \nCluster Sampling\n with Frame';
srsstrata 'Simple Random Sampling\n (SRS) within Strata';
acs 'Adaptive Cluster Sampling';
lts 'Time Location Sampling';
rds 'Respondent Driven Sampling\n (RDS)';
The text was updated successfully, but these errors were encountered:
Edouard-Legoupil
changed the title
Sample size calaculation should be dependant on the sampling methodology
Sample size calculation should be dependant on the sampling methodology
Oct 10, 2023
Sampling size calculation is managed with https://github.com/unhcr-americas/rmsSampling/blob/master/R/mod_estimate.R
Currently it accounts for
This module should take the sampling method as a parameter and adjust the parameters to define the sampling size based on parameters specific to the method...
What additional parameters should be defined for each method that are selected by the method screener?
The text was updated successfully, but these errors were encountered: