Sorry, the final sentence should say sim="parametric"

Angelo Canty wrote:
There is an example of calculating the 0.632 prediction error estimator in Chapter 6 of Davison & Hinkley (Practical 6.5)

I'm not sure what you mean by leave-one-out bootstrapping. If you actually mean the jackknife then look at the empinf function. If you mean subsampling, this can be implemented using type="parametric" and supplying your own function which takes the data and returns a bootstrap sample.

Angelo Canty

Jin Minming wrote:
Dear All,

Anyone has some idea how to implement 632 estimator and leave-one out bootstraping method by using boot package. I know the bootstrap package has this function, but it sounds not very flexible for my project.
Thanks,

Jim

______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.




--
------------------------------------------------------------------
|   Angelo J. Canty                Email: [email protected]     |
|   Mathematics and Statistics     Phone: (905) 525-9140 x 27079 |
|   McMaster University            Fax  : (905) 522-0935         |
|   1280 Main St. W.                                             |
|   Hamilton ON L8S 4K1                                          |

______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to