View source: R/core-fisherian.R
| evidence | R Documentation |
Computes the strength of evidence for theta1 vs theta2: E(theta1, theta2) = logL(theta1) - logL(theta2)
evidence(model, ...)
## S3 method for class 'likelihood_model'
evidence(model, data, theta1, theta2, ...)
model |
The likelihood model |
... |
Additional arguments |
data |
Data frame for likelihood computation |
theta1 |
First parameter value |
theta2 |
Second parameter value |
Positive values favor theta1, negative values favor theta2.
Conventional interpretation (following Royall):
|E| > log(8) ~ 2.08: Strong evidence
|E| > log(32) ~ 3.47: Very strong evidence
Evidence value (log likelihood ratio)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.