I don't know much about strata and cluster bootstrapping. It isn't related to dependent bootstraps is it? I wrote a package for dependent bootstraps, but haven't added it to metadata. Source code is here: https://github.com/colintbowers/DependentBootstrap.jl
Cheers, Colin On Saturday, 25 June 2016 16:08:02 UTC+10, Jessica Koh wrote: > > Hello, > > I was trying to resample data with replacement by strata and with > clusters. Maybe I haven't looked up enough, but the current bootstrap > function does not handle strata and clusters. I had to code bootstrap > resample code from scratch (which fortunately was not too difficult), but I > thought it would be nice to have a function that resamples data with > clusters and by strata. > > Is anyone aware of the existing julia library/function that does that? If > not, where can I discuss this? > > Thank you! > -- You received this message because you are subscribed to the Google Groups "julia-stats" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
