Re: [R] Error in fitdist- mle failed to estimate parameters

2012-03-21 Thread Ben Bolker
vinod1 gmail.com> writes: > I am trying fit certain data into Beta distribution. I get the error saying > "Error in fitdist(discrete_random_variable_c, "beta", start = NULL, fix.arg > = NULL) : the function mle failed to estimate the parameters, with the > error code 100" > > Below is the so

Re: [R] Error in fitdist- mle failed to estimate parameters

2012-03-21 Thread David Winsemius
On Mar 20, 2012, at 9:10 PM, vinod1 wrote: Hi, I am trying fit certain data into Beta distribution. I get the error saying "Error in fitdist(discrete_random_variable_c, "beta", start = NULL, fix.arg = NULL) : the function mle failed to estimate the parameters, with the error code 10

[R] Error in fitdist- mle failed to estimate parameters

2012-03-20 Thread vinod1
Hi, I am trying fit certain data into Beta distribution. I get the error saying "Error in fitdist(discrete_random_variable_c, "beta", start = NULL, fix.arg = NULL) : the function mle failed to estimate the parameters, with the error code 100" Below is the sorted data that I am trying to fit.