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
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 "
2 matches
Mail list logo