From 1de78e4a54f956cdef4ecedd889c3cd0f8815d84 Mon Sep 17 00:00:00 2001 From: Greg Finak Date: Tue, 1 Dec 2020 13:33:10 -0800 Subject: [PATCH] Update Posterior.R Fix #75 --- R/Posterior.R | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/R/Posterior.R b/R/Posterior.R index d260f9c..294e150 100644 --- a/R/Posterior.R +++ b/R/Posterior.R @@ -6,13 +6,11 @@ ##' The posterior items retrieved are described as follows:: ##' ##' \describe{ -##' \item{\code{PosteriorPs}:}{The posterior probability that the samples -##' subjected to the 'treatment', or 'stimulated', condition responded.} -##' \item{\code{PosteriorPu:}}{The posterior probability that the samples -##' subjected to the 'control', or 'unstimulated', condition responded.} -##' \item{\code{PosteriorDiff}:}{The difference in posterior response rates, +##' \item{\code{PosteriorPs}:}{The posterior estimate of the proportion of cells in the stimulated sample.} +##' \item{\code{PosteriorPu:}}{The posterior estimate of the proportio of cells in the unstimulated sample.} +##' \item{\code{PosteriorDiff}:}{The difference in posterior proportions, ##' as described above.} -##' \item{\code{PosteriorLogDiff}:}{The difference in the log response rates, +##' \item{\code{PosteriorLogDiff}:}{The difference in the log posterior proportions, ##' as described above.} ##' } ##'