[R] [FORGED] qqPlot vs qqcomp
Rolf Turner
r.turner at auckland.ac.nz
Tue Dec 22 02:22:21 CET 2015
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
More information about the R-help
mailing list