我正在尝试覆盖MLE的pdf以进行分发,并且我一直收到错误。这是我的代码:
hist(price, breaks=25, col='light green', freq= FALSE)
curve(dlnorm(price, meanlog = MLE$estimate["meanlog"], sdlog = MLE$estimate["sdlog"]), add=TRUE, col='orange',lwd=3)
这给了我以下错误:
曲线错误(dnorm(price,meanlog = MLE $ estimate [“meanlog”], sdlog = MLE $ estimate [“sdlog”]),:'expr'必须是函数或调用 或包含'x'
的表达式