% Generated by roxygen2: do not edit by hand % Please edit documentation in R/rep_reg_cie.R \name{rep_reg_cie} \alias{rep_reg_cie} \title{A repeated regression function for change-in-estimate analysis} \usage{ rep_reg_cie(meas, vars, string, data, cut = 0.1) } \arguments{ \item{meas}{Effect meassure. Input as c() of columnnames, use dput().} \item{vars}{variables in model. Input as c() of columnnames, use dput().} \item{string}{variables to test. Input as c() of columnnames, use dput().} \item{data}{data frame to pull variables from.} \item{cut}{cut value for gating if including or dropping the tested variable. As suggested bu S. Greenland (1989).} \item{logistic}{flag to set logistic (TRUE) or linear (FALSE,standard) analysis.} } \description{ For bivariate analyses, binary logistic or linear regression. From "Modeling and variable selection in epidemiologic analysis." - S. Greenland, 1989. } \examples{ rep_reg_cie() } \keyword{estimate-in-estimate}