mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
Adding parameters
This commit is contained in:
parent
c677c1a890
commit
f5843dae20
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user