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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to