powered by
Provides nonparametric confidence intervals via percentile-based resampling for given mlf function.
mlf
boot(x, y, func, reps, conf.int)
numeric vectors of data values
specify mlf function
(optional) number of resamples. Defaults to 500
(optional) numeric value indicating level of confidence. Defaults to 0.90.
0.90
# NOT RUN { # Sample data a <- rnorm(25, 80, 35) b <- rnorm(25, 100, 50) mlf::mic(a, b) mlf::boot(a, b, mic) # }
Run the code above in your browser using DataLab