mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
Still adding
This commit is contained in:
parent
f5843dae20
commit
f32da76505
@ -6,6 +6,7 @@
|
|||||||
#' @param string String of columnnames to include. Obtained with dput(). Input as c().
|
#' @param string String of columnnames to include. Obtained with dput(). Input as c().
|
||||||
#' @param data dataframe of data to analyse
|
#' @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.
|
#' @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.
|
||||||
|
#' @param logistic flag for logistic binomial regression or not (linear is then selected).
|
||||||
#' @keywords logistic regression
|
#' @keywords logistic regression
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
|
@ -17,6 +17,8 @@ rep_biv(y, v1, string, data, method = "pval", logistic = FALSE,
|
|||||||
\item{data}{dataframe of data to analyse}
|
\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.}
|
\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.}
|
||||||
|
|
||||||
|
\item{logistic}{flag for logistic binomial regression or not (linear is then selected).}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
For bivariate analyses, for gating by p-value or change-in-estimate.
|
For bivariate analyses, for gating by p-value or change-in-estimate.
|
||||||
|
Loading…
Reference in New Issue
Block a user