"plot"(x, glm_plots = "", glm_conf_level = 0.95, glm_coef_int = FALSE, shiny = FALSE, ...)
glm_reg
glm_reg
to generate resultsplot.glm_reg
to plot results
predict.glm_reg
to generate predictions
plot.glm_predict
to plot prediction output
result <- glm_reg("titanic", "survived", c("pclass","sex"), glm_levels = "Yes")
plot(result, glm_plots = "coef")
Run the code above in your browser using DataLab