Re: [R] Separating boot results

2011-05-19 Thread Jorge Ivan Velez
Hmmm... I am sorry Patrick, it should have been * a <- codboot[c(4)] round(a$bca[4:5], 2) # note I replaced "," by ":" Best, Jorge * > > On Thu, May 19, 2011 at 3:08 PM, Patrick Santoso <> wrote: > >> Thanks for the suggestion Jorge! >> >> - that gives me subscript out of bounds error.

Re: [R] Separating boot results

2011-05-19 Thread Patrick Santoso
Thanks for the suggestion Jorge! - that gives me subscript out of bounds error. perhaps I can tweak the parameters? I've never worked with that command. Pat On Thu, May 19, 2011 at 2:12 PM, Jorge Ivan Velez wrote: > Hi Patrick, > > How about this (untested)? > > a <- codboot[c(4)] > round(a$bca

Re: [R] Separating boot results

2011-05-19 Thread Jorge Ivan Velez
Hi Patrick, How about this (untested)? a <- codboot[c(4)] round(a$bca[4, 5], 2) HTH, Jorge On Thu, May 19, 2011 at 7:20 AM, Patrick Santoso <> wrote: > Good Morning, > > I'm having what I hope to be a simple problem. I am generating bootstrap > confidence intervals using package (boot) - whic

[R] Separating boot results

2011-05-19 Thread Patrick Santoso
Good Morning, I'm having what I hope to be a simple problem. I am generating bootstrap confidence intervals using package (boot) - which works perfectly. The issue I am having is getting the results into a format which I can write out to a database. To be clear I am having no problems generating t