From a7fc735cfcb64a37a7d5fc3819683a63f79c5d33 Mon Sep 17 00:00:00 2001 From: Yusha Liu <42853853+YushaLiu@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:23:05 -0500 Subject: [PATCH] Update documentation of pois_mash.R --- R/pois_mash.R | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/R/pois_mash.R b/R/pois_mash.R index 6531553..320f1c4 100644 --- a/R/pois_mash.R +++ b/R/pois_mash.R @@ -91,7 +91,11 @@ #' @return List with the following elements: #' #' \item{result}{List containing the posterior summaries of the J x Q -#' matrix of effects.} +#' matrix of effects relative to the reference condition, as defined +#' using \code{C}. If \code{median_deviations = TRUE}, the list also +#' contains a component named \code{beta_median_dev_post}, which is +#' a list containing the posterior summaries of the J x R matrix of +#' effects relative to the median over all conditions.} #' #' \item{pois.mash.fit}{List containing the parameter estimates of the #' poisson mash model.}