On Wed, 9 Nov 2005, Li, Jia wrote: > Dear all, > > I have to use double-bootstrap to resample a data set. I am not familiar > with double-bootstrap in R, so I am wondering if there is a function > that is related to it
Double bootstrapping is not a way `to resample a data set' (it is rather about adjusting estimators). It is discussed with worked examples in Davison and Hinkley (1997) which is the book that package 'boot' supports (and they will have used that package, albeit in S-PLUS). -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
