Draw a jittered scatter plot for logistic regression model
1 2 |
data |
a data.frame |
yvar |
A character string of column name be used as a response(y-axis) variable. |
xvar |
A character string of column name be used as a explanatory(x-axis) variable |
se |
Logical. display confidence interval around linear regression? (TRUE by default) |
interactive |
A logical value. If TRUE, an interactive plot will be returned |
... |
other arguments passed on to geom_point |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.