% Generated by roxygen2: do not edit by hand % Please edit documentation in R/rep_glm.R \name{rep_glm} \alias{rep_glm} \title{A repeated logistic regression function} \usage{ rep_glm(y, vars, string, ci = FALSE, data) } \arguments{ \item{y}{Effect meassure.} \item{vars}{variables in model. Input as c() of columnnames, use dput().} \item{string}{variables to test. Input as c() of columnnames, use dput().} } \description{ For bivariate analyses. The confint() function is rather slow, causing the whole function to hang when including many predictors and calculating the ORs with CI. } \examples{ rep_glm() } \keyword{logistic} \keyword{regression}