Dear R users,

I have a very simple query.

I am using bootstrap (library(boot)). I want to access the std. error in
the results and further generate confidence interval(CI) for n no. of
samples which will give me n values for std. error and CI.
*
*
b1

ORDINARY NONPARAMETRIC BOOTSTRAP

Call:
boot(data = int.inc, statistic = med, R = 1000)
Bootstrap Statistics :
    original     bias    std. error
t1* 9245.998 -0.2855912    43.00874

It would be very helpful for if you could suggest me how to access std.
error in bootstrap or generate confidence interval with some other method.

Regards
Vikram

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to