plotfit_disbayes {disbayes} | R Documentation |
Graphical check of observed against fitted outcome probabilities from disbayes
Description
The data behind the plot can be produced using plotfit_data_disbayes
,
to enable customised plots to be produced by hand with ggplot2
.
Usage
plotfit_disbayes(x, agemin = 50)
Arguments
x |
Fitted model from |
agemin |
Minimum age to show on the horizontal axis. |
Value
A ggplot2
object containing the plot.
[Package disbayes version 1.1.0 Index]