| SummaryELT-class | R Documentation |
S4 class for a summary of ELT objects.
optimA list of the following optimization results:
par A numeric vector of the solution to the (constrained) optimization
problem.
lambda A numeric vector of the Lagrange multipliers of the dual
problem corresponding to par.
iterations A single integer for the number of iterations performed.
convergence A single logical for the convergence status.
cstr A single logical for whether constrained EL optimization is
performed or not.
loglA single numeric of the (constrained) empirical log-likelihood.
loglrA single numeric of the (constrained) empirical log-likelihood ratio.
statisticA single numeric of minus twice the (constrained) empirical log-likelihood ratio with an asymptotic chi-square distribution.
dfA single integer for the chi-square degrees of freedom of the statistic.
pvalA single numeric for the (calibrated) p-value of the
statistic.
cvA single numeric for the critical value.
rhsA numeric vector for the right-hand side of the hypothesis.
lhsA numeric matrix for the left-hand side of the hypothesis.
alphaA single numeric for the significance level.
calibrateA single character for the calibration method used.
controlAn object of class ControlEL constructed by
el_control().
showClass("SummaryELT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.