Skip to content
Prev 33269 / 63424 Next

ordering dataframe for strata() (PR#13830)

I've been using strata(sampling) and found that if the dataframe to be 
sampled ("data") consists of repeated measures that are not sorted in 
order the run will fail on a given stratum.  Ordering the dataframe 
prior to using strata() eliminates this problem.

Thanks,
Eric