Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggqqplot confidence interval #123

Closed
vsluydts opened this issue Oct 22, 2018 · 1 comment
Closed

ggqqplot confidence interval #123

vsluydts opened this issue Oct 22, 2018 · 1 comment

Comments

@vsluydts
Copy link

Dear Kassambara,

It seems there is a little bug in specifying the CI in the qqplot function.
It seems the .95 is dragged along the ggqqplot_core function as well?

best regards,
Vincent

library(ggpubr)
p1<-ggqqplot(res, conf.int.level = 0.75)
p2<-ggqqplot(res,conf.int.level = 0.99)
multiplot(p1,p2)

afbeelding

@kassambara
Copy link
Owner

fixed now thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants