-
Notifications
You must be signed in to change notification settings - Fork 7
srs sampling w/ replacement #26
Copy link
Copy link
Open
Labels
Description
In srs,point samples are drawn from ind <- ceiling(runif(n, 0, N)). There is not an option to choose without vs with replacement but inherently this implies for sampling with replacement. Sampling points in WA.cities n = 50 results in a fair chance of repeated samples being added. Exported data treats these as "new" samples and is confusing in the output until digging deeper. If intentional please make it obvious and if not please add a catch for replacement to achieve n actual samples. Thanks!
Reactions are currently unavailable