powered by
Returns the summary table a la glm
# S3 method for fast_logistic_regression print(x, ...)
The summary as a data.frame
The object built using the fast_logistic_regression or fast_logistic_regression_stepwise wrapper functions
fast_logistic_regression
fast_logistic_regression_stepwise
Other arguments to be passed to print
library(MASS); data(Pima.te) flr = fast_logistic_regression( Xmm = model.matrix(~ . - type, Pima.te), ybin = as.numeric(Pima.te$type == "Yes")) print(flr)
Run the code above in your browser using DataLab