Bayes.disc | R Documentation |
An simple function for for summarizing a Bayesian analysis given discrete or categorical variables and priors.
Bayes.disc(Likelihood, Prior, data.name = "data", plot = TRUE,
c.data = seq(1, length(Prior)), ...)
Bayes.disc.tck()
Likelihood |
A vector of sample distribution probabilities. This must be in the same order as |
Prior |
A vector of prior probabilities, or weights. |
data.name |
A name for data in conditional statements. |
plot |
Logical, indicating whether a plot should be made. |
c.data |
A character string of names for discrete classes |
... |
Additional arguments to |
Ken Aho
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.