bv.boot | R Documentation |
Parametric Bootstrap
bv.boot(x, R = 1000, T)
x |
data |
R |
number of replications |
T |
statistic:thetahat (mean, variance, ...) |
logmean=function(x) log(mean(x)) boeing=c(3,5,7,18,43,85,91,98,100,130,230,487) bv.boot(boeing, R=1000, T=logmean)[1:2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.