using ggeffect, how can I input quantitative inferences (numbers) on the effects in the plot

Viewed 24

My plot works but I can't seem to source how to input numbers on the plots for the predicted values. Any help would be greatly appreciated, thank you.

code is as follows:

plot(ggeffect(terms=c("Age"),model=diseaseincidenceinpatients,main=""),
     facets=T,show.title = F,ci.style="errorbar",dodge=0.25)+
  ylab("Incidence of disease")+
  geom_line(aes(x=x,y=predicted))+
  theme(axis.text.x = element_text(angle = 90))
0 Answers
Related