Re: [R] boot package

2005-01-06 Thread Angelo Canty
Hi Nathan, sorry about the delay in responding. The test of whether all of the bootstrap values are equal is in the wrong place. I will correct it in the next release. Meanwhile, I think the simplest solution is to fix(boot.ci) and move the line if (const(t, min(1e-08, mean(t)/1e+06)))

Re: [R] boot package

2004-12-05 Thread Ernesto Jardim
On Sun, 2004-12-05 at 01:37, Nathan Leon Pace, MD, MStat wrote: > Hi, > > I using the boot package 1.2-20 on R 2.0.1. > > My statistics function estimates 6 parameters. > > In a small percentage of resampled data sets my statistics function > doesn't produce an estimate for one parameter and th

Re: [R] boot package

2004-12-05 Thread Duncan Murdoch
On Sat, 4 Dec 2004 18:37:43 -0700, "Nathan Leon Pace, MD, MStat" <[EMAIL PROTECTED]> wrote: >Hi, > >I using the boot package 1.2-20 on R 2.0.1. > >My statistics function estimates 6 parameters. > >In a small percentage of resampled data sets my statistics function >doesn't produce an estimate for

Re: [R] Boot package

2004-04-21 Thread Prof Brian Ripley
Some bootstrap resamples are giving infinite results for the first component of the statistic. That can certainly happen, given the censoring pattern. Here is one such bootstrap resample time cens group 2051 2 1781 2 1981 2 23 121 2 6131

RE: [R] boot package

2004-03-08 Thread Hanke, Alex
Hi, The function anosim() in vegan package or sample() in base may be of help to you. Alex -Original Message- From: Rogério Rosa da Silva [mailto:[EMAIL PROTECTED] Sent: March 4, 2004 4:57 AM To: rhelp Subject: [R] boot package Dear all As part of an ongoing study on the ecomorpholo

Re: [R] boot package question: sampling on factor, not row

2003-11-11 Thread Prof Brian Ripley
On Tue, 11 Nov 2003, Thomas W Blackwell wrote: > > > On Mon, 10 Nov 2003, Thomas W Blackwell wrote: > > > > > The second argument to boot(), called 'statistic', can be > > > any user-written function you want to cook up, with additional > > > arguments being passed to it through the '...' mecha

Re: [R] boot package question: sampling on factor, not row

2003-11-11 Thread Thomas W Blackwell
> On Mon, 10 Nov 2003, Thomas W Blackwell wrote: > > > The second argument to boot(), called 'statistic', can be > > any user-written function you want to cook up, with additional > > arguments being passed to it through the '...' mechanism after > > all of the named arguments. (See: `R-intro `

Re: [R] boot package question: sampling on factor, not row

2003-11-10 Thread Thomas W Blackwell
Scott - The second argument to boot(), called 'statistic', can be any user-written function you want to cook up, with additional arguments being passed to it through the '...' mechanism after all of the named arguments. (See: `R-intro `Writing your own functions `The ellipsis argument for det

Re: [R] boot package

2003-09-03 Thread Roger D. Peng
It's hard to say, but I sometimes get this error when I either have a very small dataset or if I don't do enough resamples (i.e. R is too small). -roger Ernesto Jardim wrote: Hi, I'm getting this error that I don't understand can someone give an hint on this ? Thanks EJ boot.ci(blm01,type