Re: [R] How can I obtain the values of BIAS and STD. ERROR from a bootstrap.

2006-07-10 Thread Prof Brian Ripley
Look at the code of boot:::print.boot , which does the calculations. On Mon, 10 Jul 2006, John Sorkin wrote: > R 2.3.1 > Windows XP > > Question: How can I obtain the values of BIAS and STD. ERROR from a > bootstrap. > > Background: > I am running a bootstrap: > result2<-boot(1:400,regSEvssample,

[R] How can I obtain the values of BIAS and STD. ERROR from a bootstrap.

2006-07-10 Thread John Sorkin
R 2.3.1 Windows XP Question: How can I obtain the values of BIAS and STD. ERROR from a bootstrap. Background: I am running a bootstrap: result2<-boot(1:400,regSEvssample,R=5000) and obtain the following results: Bootstrap Statistics : originalbiasstd. error t1* 1.876602 -0.00013