search for: bootci1

Displaying 1 result from an estimated 1 matches for "bootci1".

Did you mean: bootci
2011 Feb 16
2
boot.ci error with large data sets
...the boot object and the CI, seem to works fine bootout <- boot(test, w.mean, R=1000, stype="i") (bootci <- boot.ci(bootout, conf = 0.95, type = "bca")) # Now with a bigger data set, boot.ci returns an error. bootout1 <- boot(test1, w.mean, R=1000, stype="i") (bootci1 <- boot.ci(bootout1, conf = 0.95, type = "bca")) Does anyone have an idea as to why this happens? (Session info below) Best, Lars > sessionInfo() R version 2.12.1 (2010-12-16) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] da_DK.UTF-8/da_DK.UTF-8/C/C/da_DK.UTF-8/...