logLR | R Documentation |
Extracts the empirical log-likelihood ratio from a model.
## S4 method for signature 'EL'
logLR(object, ...)
## S4 method for signature 'ELT'
logLR(object, ...)
## S4 method for signature 'SummaryEL'
logLR(object, ...)
## S4 method for signature 'SummaryELT'
logLR(object, ...)
## S4 method for signature 'SummaryLM'
logLR(object, ...)
object |
An object that contains the empirical log-likelihood ratio. |
... |
Further arguments passed to methods. |
A single numeric.
Baggerly KA (1998). “Empirical Likelihood as a Goodness-of-Fit Measure.” Biometrika, 85(3), 535–547. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/biomet/85.3.535")}.
EL, ELT
data("precip")
fit <- el_mean(precip, par = 40)
logLR(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.