precision {BANDITS} | R Documentation |
Estimates for the log-precision parameter, generated with prior_precision
Description
Estimates for the log-precision parameter, generated with prior_precision
Arguments
precision |
a list , generated via prior_precision , with two elements:
'prior', a numeric vector containing the mean and standard deviation prior estimates
for the log-precision parameter of the Dirichlet-multinomial distribution;
'genewise_log_precision', a numeric vector containing the gene-wise precision estimates
of the log-precision parameter of the Dirichlet-multinomial distribution.
|
Author(s)
Simone Tiberi simone.tiberi@uzh.ch
See Also
prior_precision
, plot_precision
Examples
# Object 'precision' is generated via 'prior_precision' as shown in the vignettes:
# see browseVignettes("BANDITS").
# load the pre-computed precision estimates:
data(precision, package = "BANDITS")
precision$prior
head(precision$genewise_log_precision)
[Package
BANDITS version 1.10.0
Index]