[R] 95% confidence interval of the coefficients from a bootstrap analysis

Rui Barradas ruipbarradas at sapo.pt
Tue May 1 02:47:09 CEST 2012


Hello,


baconbeach wrote
> 
> Hi Rui,
> 
> Thanks for your help!!
> 
> It works perfectly, but when I call stor.confint, I obtain the list of
> confidence interval (10,000 times).  Is there an easy way to summarize the
> results and getting only one 2.5% and 97.5% values for each variable?
> 
> Thanks again for your help
> 
> Steeve
> 

Yes, there is.

rowMeans(sapply(stor.confint, colMeans))

Rui Barradas


--
View this message in context: http://r.789695.n4.nabble.com/95-confidence-interval-of-the-coefficients-from-a-bootstrap-analysis-tp4599692p4599823.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list