daDoctoR/man/rep_reg_cie.Rd

26 lines
943 B
Plaintext
Raw Normal View History

2018-10-02 21:07:43 +02:00
% Generated by roxygen2: do not edit by hand
2018-10-04 21:06:22 +02:00
% Please edit documentation in R/rep_reg_cie.R
\name{rep_reg_cie}
\alias{rep_reg_cie}
2018-10-02 21:07:43 +02:00
\title{A repeated regression function for change-in-estimate analysis}
\usage{
2018-10-11 11:17:45 +02:00
rep_reg_cie(meas, vars, string, data, cut = 0.1)
2018-10-02 21:07:43 +02:00
}
\arguments{
2018-10-04 12:50:26 +02:00
\item{meas}{Effect meassure. Input as c() of columnnames, use dput().}
2018-10-04 11:59:17 +02:00
2018-10-04 12:50:26 +02:00
\item{vars}{variables in model. Input as c() of columnnames, use dput().}
2018-10-02 21:07:43 +02:00
2018-10-04 12:50:26 +02:00
\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).}
2018-10-11 11:17:45 +02:00
\item{logistic}{flag to set logistic (TRUE) or linear (FALSE,standard) analysis.}
2018-10-02 21:07:43 +02:00
}
\description{
2018-10-11 11:17:45 +02:00
For bivariate analyses, binary logistic or linear regression. From "Modeling and variable selection in epidemiologic analysis." - S. Greenland, 1989.
2018-10-02 21:07:43 +02:00
}
2018-10-10 13:34:04 +02:00
\keyword{estimate-in-estimate}