We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
now ggqqplot react to the argument conf.int.level #123
825176a
fixed now thanks
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: