CJ Rubio
2009-Dec-23 12:13 UTC
[R] how to create normal qqplot with the 95% confidence interval
hi everyone! season's greetings! is there any way that i can create a normal qqplot showing, aside from the qqline, the 95% confidence limits? thank you very much.. happy holidays! -- View this message in context: http://n4.nabble.com/how-to-create-normal-qqplot-with-the-95-confidence-interval-tp977727p977727.html Sent from the R help mailing list archive at Nabble.com.
brestat
2009-Dec-23 12:53 UTC
[R] how to create normal qqplot with the 95% confidence interval
Rubio, Look at library(fBasics) the function qqnormPlot(). Below an example: qqnormPlot(rnorm(100)) Best's Walmes Zeviani, Brasil. CJ Rubio wrote:> > hi everyone! > > season's greetings! > > is there any way that i can create a normal qqplot showing, aside from the > qqline, the 95% confidence limits? thank you very much.. > > happy holidays! >-- View this message in context: http://n4.nabble.com/how-to-create-normal-qqplot-with-the-95-confidence-interval-tp977727p977751.html Sent from the R help mailing list archive at Nabble.com.
Greg Snow
2009-Dec-23 17:04 UTC
[R] how to create normal qqplot with the 95% confidence interval
What type of confidence limits do you want? And more importantly, why do you want them? -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of CJ Rubio > Sent: Wednesday, December 23, 2009 5:13 AM > To: r-help at r-project.org > Subject: [R] how to create normal qqplot with the 95% confidence > interval > > > hi everyone! > > season's greetings! > > is there any way that i can create a normal qqplot showing, aside from > the > qqline, the 95% confidence limits? thank you very much.. > > happy holidays! > -- > View this message in context: http://n4.nabble.com/how-to-create- > normal-qqplot-with-the-95-confidence-interval-tp977727p977727.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org 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.