plot_precision {BANDITS} | R Documentation |
plot_precision
plots a histogram of the estimates for the log-precision parameter
of the Dirichlet-Multinomial distribution, obtained via prior_precision
.
The solid line represents the normal prior for the log-precision parameter.
plot_precision(prior)
prior |
the prior of the log-precision parameter, computed via |
A plot.
Simone Tiberi simone.tiberi@uzh.ch
# load the pre-computed precision estimates: data(precision, package = "BANDITS") # Plot the histogram of the genewise log-precision estimates. # The black solid line represents the normally distributed prior distribution # for the log-precision parameter. plot_precision(precision)