2018-10-02 21:07:43 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/cie_test.R
|
|
|
|
\name{cie_test}
|
|
|
|
\alias{cie_test}
|
|
|
|
\title{A repeated regression function for change-in-estimate analysis}
|
|
|
|
\usage{
|
2018-10-04 11:59:17 +02:00
|
|
|
cie_test(meas, vars, string, data, logistic = FALSE, 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{logistic}{flag to set logistic (TRUE) or linear (FALSE,standard) analysis.}
|
|
|
|
|
|
|
|
\item{cut}{cut value for gating if including or dropping the tested variable. As suggested bu S. Greenland (1989).}
|
2018-10-02 21:07:43 +02:00
|
|
|
}
|
|
|
|
\description{
|
2018-10-04 11:59:17 +02:00
|
|
|
For bivariate analyses. From "Modeling and variable selection in epidemiologic analysis." - S. Greenland, 1989.
|
2018-10-02 21:07:43 +02:00
|
|
|
}
|
|
|
|
\examples{
|
2018-10-04 12:40:22 +02:00
|
|
|
cie_test()
|
2018-10-02 21:07:43 +02:00
|
|
|
}
|
|
|
|
\keyword{change-in-estimate}
|