S4 class for a summary of ELT objects.
Slots
optimA list of the following optimization results:
parA numeric vector of the solution to the (constrained) optimization problem.lambdaA numeric vector of the Lagrange multipliers of the dual problem corresponding topar.iterationsA single integer for the number of iterations performed.convergenceA single logical for the convergence status.cstrA 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().
