Re: [R] Selecting Bootstrap Statistics in the boot package

2009-03-31 Thread Jorge Ivan Velez
Many, many thanks to Phil Spector and David Winsemius for their helpful advice regarding this. Phil Spector suggested me to use library(boot) xx = getAnywhere('print.boot') myprint = xx$objs[[1]] myprint = edit(myprint,editor='notepad') vi(myprint) to edit the function deleting the original func

Re: [R] Selecting Bootstrap Statistics in the boot package

2009-03-31 Thread David Winsemius
Greetings Jorge; There certainly did not seem to be something readily apparent with str(bmean), so the next logical place to look would be for a print method. If you look at print.boot with: getAywhere(print.boot) ... you see that the first portion sets up an internal structure called "