View source: R/core-fisherian.R
| relative_likelihood | R Documentation |
Computes the relative likelihood (likelihood ratio) for theta: R(theta) = L(theta) / L(theta_hat) = exp(S(theta))
relative_likelihood(x, ...)
## S3 method for class 'fisher_mle'
relative_likelihood(x, theta, data, model, ...)
x |
A fisher_mle object |
... |
Additional arguments passed to loglik |
theta |
Parameter value(s) to evaluate |
data |
Data frame used for likelihood computation |
model |
The likelihood model used for fitting |
The relative likelihood is always between 0 and 1, with maximum 1 at the MLE. Common cutoff values:
R >= 0.15 (k=8): roughly equivalent to 95% confidence
R >= 0.10 (k=10): more conservative
R >= 0.05 (k=20): very conservative
Relative likelihood value(s): L(theta)/L(theta_hat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.