Re: [R] Output for Boot function in Car package

2014-06-15 Thread John Fox
Dear David and Dan, Yes, the column labelled "bootMed" is the median of the bootstrapped values. As it turns out, this isn't documented in the help for the car package, nor in the on-line appendix on bootstrapping from the CAR book. It's easy, however, to print car:::summary.boot to see the str

Re: [R] Output for Boot function in Car package

2014-06-14 Thread David Winsemius
On Jun 14, 2014, at 1:15 AM, Dan Hughes wrote: > Dear users, > > Can anyone help with a rather simplistic question about the interpretation > of output using the Boot ( ) function in the Car package? > > I am trying to bootstrap a simple univariate linear regression in order to > look at the bo

[R] Output for Boot function in Car package

2014-06-14 Thread Dan Hughes
Dear users, Can anyone help with a rather simplistic question about the interpretation of output using the Boot ( ) function in the Car package? I am trying to bootstrap a simple univariate linear regression in order to look at the bootstrap regression coefficients e.g. mod1 <- lm (y~x) mod1.b <