melt 1.11.3
CRAN release: 2024-04-12
NEW FEATURES
- New
"ael"option has been added in thecalibrateargument ofelt()for adjusted empirical likelihood calibration.
melt 1.11.0
CRAN release: 2024-02-17
MINOR IMPROVEMENTS
- Updated package vignette with the publication in the Journal of Statistical Software.
DEPRECATED AND DEFUNCT
Removed
el_pairwise()and associated methods.Removed
sigTests()for objects inheriting fromSummaryLM.
melt 1.10.0
CRAN release: 2023-05-23
NEW FEATURES
-
el_glm()acceptsquasipoissonfamily with"sqrt"link function for the argumentfamily.
DEPRECATED AND DEFUNCT
sigTests()is deprecated in favor ofcoef()for an object that inherits fromSummaryLMand will be removed in a future release.logLik()is removed.
melt 1.9.0
CRAN release: 2022-11-04
NEW FEATURES
confint()is applicable to anEMLTobject to produce simultaneous confidence intervals.All model objects gain
controlslot ofControlELclass. All methods that apply to these objects inheritcontrolunless it is overwritten by the user explicitly.
MINOR IMPROVEMENTS
summary()is applicable to an object that inherits fromEL,ELT, andEMLT.A more informative message is printed regarding the convergence status.
optimslot in all model or summary objects gains a single logical elementcstrthat shows whether a constrained EL computation is involved or not.
DEPRECATED AND DEFUNCT
-
logLik()is deprecated and will be removed in a future release.
BUG FIXES
-
confreg()checks whetherparmmatches the parameters inobjectwhen acharactervector is specified forparm.
melt 1.8.0
CRAN release: 2022-09-21
NEW FEATURES
New accessor method
logProb()extracts a model’s log probabilities of empirical likelihood.el_glm()acceptsquasipoissonfamily with"identity"link function for the argumentfamily.elt()accepts a character vector for the argumentlhs, allowing a symbolic description of a hypothesis.eltmt()accepts a character vector as an element of the argumentlhs, allowing a symbolic description of hypotheses.plot()applies to an object that inherits fromELto plot empirical likelihood displacement values versus observation index.New dataset
thiamethoxamadded.
MINOR IMPROVEMENTS
coef()andgetDF()is applicable to an object of classEMLT.print()shows the tested hypothesis when applied to an object of classELT.print()shows the tested hypotheses, the estimates, and marginal degrees of freedom when applied to an object of classELMT. The description of the hypotheses and the estimates are printed only when the marginal degrees of freedom are all one."boot"option in thecalibrateargument ofelt()yields a more reliable result when applied to an object that inherits fromLM.Internal routines for projection operation do not compute an explicit inverse (thanks to @awstringer1).
melt 1.7.0
CRAN release: 2022-08-12
NEW FEATURES
el_glm()acceptsquasipoissonfamily with"log"link function for the argumentfamily.New accessor methods added (
chisq(),critVal(),getDF(),getOptim(),sigTests(),logL(), andpVal()).
melt 1.6.0
CRAN release: 2022-07-10
BREAKING CHANGES
el_mean()takes arguments in a different order to comply with the ‘tidyverse’ style. It takes the data argumentxfirst, followed by the parameter specificationparasel_mean(x, par).lht()is renamed toelt().modelargument inel_mean(),el_lm(), andel_glm()are removed. Usekeep_datainel_control().
NEW FEATURES
New package dependencies are added (BH, dqrng, and graphics).
New
elt()replaceslht(). It accepts additional argumentsalphaandcalibrate.New
el_sd()performs empirical likelihood test for the standard deviation.New
elmt()tests multiple hypotheses with empirical likelihood.New
weights()extracts the re-scaled weights from a model.New
formula()extracts the model formula used from a model.New
nobs()extracts the number of observations from a model.New
conv()extracts the convergence status from a model.New
logLR()extracts the log empirical likelihood ratio from a model.el_control()gains additional argumentsverbose,keep_data,seed,b, andm.
melt 1.5.2
CRAN release: 2022-06-15
NEW FEATURES
lht()accepts both numeric vector and matrix forlhsandrhsarguments.OpenMP parallelization is available for
confint()by specifyingnthreadsthroughcontrolargument.
melt 1.5.0
CRAN release: 2022-05-03
NEW FEATURES
S4 classes, generics, and methods are adopted throughout the package.
New
confreg()constructs confidence regions.New
eld()computes empirical likelihood displacement values.New
el_control()the specifiescontrolargument.New
el_glm()performs empirical likelihood tests to generalized linear models. More families and link functions will be supported in a future release.confint()gainscvargument for a user-supplied critical value.
melt 1.4.0
CRAN release: 2022-04-03
DEPRECATED AND DEFUNCT
-
el_aov()is deprecated in favor ofel_lm(). It will be removed in a future release.
melt 1.2.0
CRAN release: 2022-01-30
NEW FEATURES
- New
el_lm()performs empirical likelihood tests for linear models.
