plot.lrdf | R Documentation |
Logistic Regression Plot
## S3 method for class 'lrdf'
plot(
x,
colors = c("#1b9e77", "#7570b3", "#d95f02"),
rel_heights = c(0.4, 0.6),
title,
...
)
x |
the results of [IRRsim::simulatePredictionData()]. |
colors |
the color scheme used for the three groups. |
rel_heights |
the relative heights of histogram to scatter plot. |
title |
the title of plot. |
... |
other parameters passed to |
a ggplot2 expression of the logistic regression results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.