Quantcast

difference between qnorm and qqnorm

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

difference between qnorm and qqnorm

QAMAR MUHAMMAD UZAIR
dear all,
it will just take you a minute to tell me the difference
between qnorm and qqnorm. are they same or is there any
difference between them??
regards

______________________________________________
[hidden email] mailing list
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: difference between qnorm and qqnorm

Duncan Murdoch-2
On 25/05/2012 12:41 PM, QAMAR MUHAMMAD UZAIR wrote:
> dear all,
> it will just take you a minute to tell me the difference
> between qnorm and qqnorm. are they same or is there any
> difference between them??

They are very different, qqnorm draws a plot, qnorm does a calculation
of some of the values you might use in that plot. See ?qnorm and ?qqnorm.

Duncan Murdoch

______________________________________________
[hidden email] mailing list
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.
Loading...