Re: [R] Error when using fitdist function in R

2013-04-11 Thread PIKAL Petr
, April 10, 2013 3:05 PM To: PIKAL Petr Cc: r-help@r-project.org Subject: Re: [R] Error when using fitdist function in R Dear PIKAL, Thank you for your kind reply. The function fitdist comes from package fitdistrplus. I am attaching a .csv document that contains the data I want to fit a

Re: [R] Error when using fitdist function in R

2013-04-10 Thread Paul Bernal
lues only. Having zero values would give the results you see. > > > >> Regards >> Petr >> >> >> >> -Original Message- >>> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- >>> project.org] On Behalf Of Paul Bernal >>>

Re: [R] Error when using fitdist function in R

2013-04-10 Thread Paul Bernal
ginal Message- > > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > > project.org] On Behalf Of Paul Bernal > > Sent: Tuesday, April 09, 2013 11:19 PM > > To: r-help@r-project.org > > Subject: [R] Error when using fitdist function in R > > > > Hello

Re: [R] Error when using fitdist function in R

2013-04-10 Thread Prof Brian Ripley
[mailto:r-help-bounces@r- project.org] On Behalf Of Paul Bernal Sent: Tuesday, April 09, 2013 11:19 PM To: r-help@r-project.org Subject: [R] Error when using fitdist function in R Hello everyone, I was trying to do some distribution fitting with a numerical field called Tolls. The sample size = 999 rows

Re: [R] Error when using fitdist function in R

2013-04-10 Thread PIKAL Petr
nces@r- > project.org] On Behalf Of Paul Bernal > Sent: Tuesday, April 09, 2013 11:19 PM > To: r-help@r-project.org > Subject: [R] Error when using fitdist function in R > > Hello everyone, > > I was trying to do some distribution fitting with a numerical field > called

Re: [R] Error when using fitdist function in R

2013-04-09 Thread Paul Bernal
> > Hello everyone, > > > I was trying to do some distribution fitting with a numerical field > called Tolls. The sample size = 999 rows. > > Basically I assigned the Toll data to a new variable K by doing: > k<-dtest$Toll > > After that, tried to fit a gamma distribution by doing: fitG<-fitdist

[R] Error when using fitdist function in R

2013-04-09 Thread Paul Bernal
Hello everyone, I was trying to do some distribution fitting with a numerical field called Tolls. The sample size = 999 rows. Basically I assigned the Toll data to a new variable K by doing: k<-dtest$Toll After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k, "gamma") Then th