Skip to content

Commit

Permalink
Update Posterior.R
Browse files Browse the repository at this point in the history
Fix #75
  • Loading branch information
gfinak committed Dec 1, 2020
1 parent 8ed17dd commit 1de78e4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions R/Posterior.R
Expand Up @@ -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.}
##' }
##'
Expand Down

0 comments on commit 1de78e4

Please sign in to comment.