Skip to content

Trouble extracting graphic results from a bootstrap

2 messages · Anders Bjorn, David Winsemius

#
On Apr 3, 2009, at 7:10 AM, Anders Bjorn wrote:

            
At least two things, possibly 3 or 4:
1) not specifying from which package the function "boot" comes from,  
and ..
2) not offering a reproducible example. and possibly ..
3) assuming that boot.lrtest$ll will have any meaning, with the  
corollary..
4) not looking at boot.lrtest$ll with the str function.

Regarding 3), when I look at the documentation for boot in package  
boot, I see no component of the value returned from a boot call that  
has the name "ll". The name "ll" will be thrown away after the  
function call and you need to refer to components of the boot object  
by the names that the developers used.