bt.est | R Documentation |
Bootstrap Estimates
bt.est(d, R = 1000, T)
d |
data |
R |
number of replications |
T |
statistic:thetahat (mean, variance, ...) |
air=c(3,5,7,18,43,85,91,98,100,130,230,487) logmean=function(x) log(mean(x)) ts=sort(bt.est(d=air, R=1000, T=logmean))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.