Hello! First, thank you for making great packages!
However, I have some questions for Wild Bootstrapping
In your source code, the quantile of confidence interval is not just original quantile value, but added adjusted values
Like below....
########
(response.adjust = response - response.mean, response.lower = response.lower + response.adjust, response.upper = response.upper + response.adjust)
What my question is in the bootstrapping, is it okay to add this adjusted value?
Thank you!
Hello! First, thank you for making great packages!
However, I have some questions for Wild Bootstrapping
In your source code, the quantile of confidence interval is not just original quantile value, but added adjusted values
Like below....
########
(response.adjust = response - response.mean, response.lower = response.lower + response.adjust, response.upper = response.upper + response.adjust)
What my question is in the bootstrapping, is it okay to add this adjusted value?
Thank you!