Skip to content
Prev 181442 / 398502 Next

sciplot question

Jarle Bj?rgeengen wrote:
Don't double the executing time by running it twice!  And this way you 
might possibly get an upper confidence interval that is lower than the 
lower one.  Do function(x) smean.cl.boot(x)[-1]
Yes but instead of saying variability (which quantiles are good at) we 
are talking about the precision of the mean.
For most purposes the default is sufficient.  There are great books and 
papers on the bootstrap for more info, including improved variations on 
the simple bootstrap percentile confidence interval used here.

Frank