boxPlot2: Draw a box plot

Description Usage Arguments Value Examples

View source: R/reclassify.R

Description

Draw a box plot

Usage

1

Arguments

fit

An object of class glm

labels

character optional labels

...

further arguments to be passed to geom_boxplot()

Value

A ggplot

Examples

1
2
3
form2=paste0("AMD~",paste0(colnames(ExampleData)[3:16],collapse="+"))
fit2=glm(as.formula(form2),data=ExampleData,family=binomial)
boxPlot2(fit2)

cardiomoon/webr2 documentation built on April 24, 2020, 9:44 p.m.