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

Problem is showing confidence intervals using stat_summary and ggplot #753

Open
asorribas opened this issue Nov 11, 2022 · 0 comments
Open

Comments

@asorribas
Copy link

I'm using the following code in learnr:

ggplot(PlantGrowth,aes(group,weight,color=group))+
  stat_summary(fun.data=mean_cl_normal,size=1)

It works ok BUT when I upload the learnr document to an account in shinyapps.io the generated app doesn't show the plot with the confidence interval (in fact only the axes are shown)

All the other computations work fine (tables, ANOVA, etc...)
Any suggestion?

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

1 participant