#sample design
-
🔗Spatially Balanced Sample Designs in R with `spsurvey::grts()`
We've been using spatially balanced stratified study designs more frequently at work these days. They are a good way to make probabilistic inference over large areas. A popular method of creating these designs is using the R function
spsurvey::grts()
. The following is a basic (very basic) explainer of how to get up and running withgrts()
function and what it is. But a bit about GRTS and spatially balanced study design before we get coding.
See all tags.