Skip to content
Prev 44373 / 398506 Next

problem with fitdistr ?

Hi,

I'm trying fitdistr but I'm getting some errors
Error in fitdistr(rnorm(100), "Normal") : 'start' must be a named list
Error in fitdistr(rnorm(100), "Normal", start = list(mean = 0, sd = 1))
:
        supplying pars for the Normal is not supported


What is the problem here ? Am I doing something wrong ?

Regards

EJ