On 18/12/15 22:57, mohsen hs via R-help wrote:
Hello all I am using the following two commands and get two
completely different qq plots while meanlog and sdlog are almost the
same.
What are "meanlog" and "sdlog"? My telepathic capacity is severely
limited, and R's mind_read() function is still under development.
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)
There is no "qqPlot()" function in the automatically loaded packages in
R. There is a qqplot() function but it appears to have a different
argument list.
So where (what package) does qqPlot() come from?
And while you're at it, how about a *reproducible* example?
Please refrain from posting in HTML.
When you are seeking help, have the decency to express yourself in a
manner such that providing help is possible.
cheers,
Rolf Turner
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
______________________________________________
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.