precision: Estimates for the log-precision parameter, generated with...

Description Arguments Author(s) See Also Examples

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

1
2
3
4
5
6
7
8
# 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)

BANDITS documentation built on Nov. 8, 2020, 5:30 p.m.