Description Usage Arguments Value Examples
Draw a box plot
1 |
fit |
An object of class glm |
labels |
character optional labels |
... |
further arguments to be passed to geom_boxplot() |
A ggplot
1 2 3 | form2=paste0("AMD~",paste0(colnames(ExampleData)[3:16],collapse="+"))
fit2=glm(as.formula(form2),data=ExampleData,family=binomial)
boxPlot2(fit2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.