python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bootstrap function for dataframe - passing a function as an argument in R
I am trying to create a bootstrap function for my assignment. The requirement is as follows:
Compute the bootstrap standard error for: - mean() and -
median() and - the top quartile and -...
Khánh Nguyễn
Votes: 0
Answers: 0
Creating Bootstrap Confidence Intervals - 'list' object has no attribute 'sample'?
I am trying to find bootstrap 95% confidence intervals for a small set of data, but when I try it, it says that my "list object has no attribute sample". I am not sure what list they are tal...
Amelia Sawyer
Votes: 0
Answers: 1
Why am I getting similar CIs with so different sample sizes?
I just learned how to do bootstrap in R, and I'm excited. I was playing with some data, and found that, doesn't matter how many bootstrap samples I take, the CIs seem to be always around the same. I b...
Leonardo
Votes: 0
Answers: 1
Looping through function arguments (series of contrasts with multcomp::glht)
I wish to write a function that runs contrasts over a regression model and bootstraps those results to get confidence intervals, looping that function over a list of contrasts.
I have tried for loops ...
Hi_Viz
Votes: 0
Answers: 1