Adding parameters

This commit is contained in:
agdamsbo 2018-10-03 08:40:14 +02:00
parent c677c1a890
commit f5843dae20
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#' @param v1 Main variable in model
#' @param string String of columnnames to include. Obtained with dput(). Input as c().
#' @param data dataframe of data to analyse
#' @param 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.
#' @keywords logistic regression
#' @export
#' @examples

View File

@ -15,6 +15,8 @@ rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
\item{string}{String of columnnames to include. Obtained with dput(). Input as c().}
\item{data}{dataframe of data to analyse}
\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.}
}
\description{
For bivariate analyses, for gating by p-value or change-in-estimate.