# NOT RUN {
## use infert data
data(infert)
## run logistic regression
logistic(infert, case, induced, spontaneous)
## get coefficient instead of odds ratio
logistic(infert, case, induced, spontaneous, odds_ratio = FALSE)
# }
Run the code above in your browser using DataLab