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
The vignette could go over why it is important to run many bootstrap replications. And, what does many mean? Also, is there a point where the number of bootstraps is too excessive?
The vignette could also provide a high level overview of the algorithm that makes cluster wild bootstrapping run fast, especially in R. The fastness seems to be the core idea behind the package so some detail on that somewhere on the vignette might be good.
Under the The boottest() function section, the text says that you are creating a random dataset but the code shows that you are using the voters dataset.
The vignette could also go over when to use which weights. For example, if we have a small number of clusters, Rademacher weights may not be appropriate.
In general, I should consider adding more guidelines on when wild cluster bootstrapping is required, which one to use, etc.
From @meghapsimatrix review, I agree with all points.
In general, I should consider adding more guidelines on when wild cluster bootstrapping is required, which one to use, etc.
I have started by adding a brief literature section.
Last:
add Megha as a contributor to the package description =)
allow to interrupt Rcpp code wherever possible via
Rcpp::checkUserInterrupt()
#119parallelization always seems to default to 1 #120
add a verbose argument with default TRUE #121
explain the plot method #122
add a vignette that explains all technical terms #123
The text was updated successfully, but these errors were encountered: