2018-10-02 21:07:43 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rep_biv.R
\name{rep_biv}
\alias{rep_biv}
2018-10-02 21:19:32 +02:00
\title{A repeated function for bivariate analyses}
2018-10-02 21:07:43 +02:00
\usage{
rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
ci = FALSE, cut = 0.1, v2 = NULL, v3 = NULL)
}
\arguments{
\item{y}{Effect meassure.}
\item{v1}{Main variable in model}
2018-10-02 21:19:32 +02:00
\item{string}{String of columnnames to include. Obtained with dput(). Input as c().}
\item{data}{dataframe of data to analyse}
2018-10-03 08:40:14 +02:00
\item{method}{method of gating analysis. Can be "pval" for a simple analysis of p-values below or equal to 0.1 or "cie" for change in estimate to asses the change of the estimate when a second variable is added to the model.}
2018-10-03 08:42:37 +02:00
\item{logistic}{flag for logistic binomial regression or not (linear is then selected).}
2018-10-02 21:07:43 +02:00
}
\description{
For bivariate analyses, for gating by p-value or change-in-estimate.
}
\examples{
rep_biv()
}
\keyword{logistic}
\keyword{regression}