Hello all I am using the following two commands and get two completely different qq plots while meanlog and sdlog are almost the same. Any help is highly appreciated. dev.new() ; qqPlot(serving, dist = "lnorm", estimate.params = TRUE, add.line = TRUE)
fitln <- fitdist(serving, "lnorm") dev.new();qqcomp(fitln) Many thanksMohsen [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.