coefplot.rxLogit.Rd
Dotplot for rxLogit coefficients
# S3 method for rxLogit coefplot(...)
... | All arguments are passed on to |
---|
A ggplot object. See coefplot.lm
for more information.
A graphical display of the coefficients and standard errors from a fitted rxLogit model
coefplot
is the S3 generic method for plotting the coefficients from a fitted model.
For more information on this function and it's arguments see coefplot.lm
if (FALSE) { data(diamonds) mod6 <- rxLogit(price > 10000 ~ carat + cut + x, data=diamonds) coefplot(mod6) }