Re: [R] boot strapping poisson getting warnings and negative values

2014-12-07 Thread Aravindhan, K
ot;,"perc","poisson")) Error in boot.ci(db.fix.boot, index = 1, type = c("bca", "perc", "poisson")) : object 'db.fix.boot' not found -------------------------- -Original Message- From: Aravi

Re: [R] boot strapping poisson getting warnings and negative values

2014-11-14 Thread David Winsemius
r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of K Aravindhan > Sent: Friday, August 08, 2014 7:42 PM > To: r-help@r-project.org > Subject: [R] boot strapping poisson getting warnings and negative values > > Dear Team, > I am getting

Re: [R] boot strapping poisson getting warnings and negative values

2014-11-14 Thread Aravindhan, K
7:42 PM To: r-help@r-project.org Subject: [R] boot strapping poisson getting warnings and negative values Dear Team, I am getting this error while running the boot-strapping functions. == mod.db.hub<-glm(TOTAL~1+IPD,family="poisson"

Re: [R] boot strapping poisson getting warnings and negative values

2014-08-08 Thread Berend Hasselman
On 08-08-2014, at 16:12, K Aravindhan wrote: > Dear Team, > I am getting this error while running the boot-strapping functions. > do you really have to post identical messages within 4 to 5 minutes? One message is enough and be patient and wait! Berend >

[R] boot strapping poisson getting warnings and negative values

2014-08-08 Thread K Aravindhan
Dear Team, I am getting this error while running the boot-strapping functions. == mod.db.hub<-glm(TOTAL~1+IPD,family="poisson",data=db) fit<-fitted(mod.db.hub) e<-residuals(mod.db.hub) X<-model.matrix(mod.db.hub) boot.huber.fixed<-function(data,indi