Re: [R] Studentized intervals

2009-06-12 Thread Prof Brian Ripley
The help page ?boot.ci says Variance estimates are required for studentized intervals. (and the warning you got repeated the point). Package 'boot' is support software for a book by Davison & Hinkley which explains how to used boot.ci() for studentized

[R] Studentized intervals

2009-06-12 Thread Van Wyk, Jaap
I am trying to find studentized bootstrap intervals for the skewness of a data set. I have tried the following (nerve.dat is a set of data containing observations on one variable) (using Windows XP): x <- scan("e:/Flashbackup2009/Nonparametrics/nerve.dat") n <- length(x) library(e1071) skewness(