Changelog
Source:NEWS.md
melt 1.11.3
CRAN release: 2024-04-12
NEW FEATURES
- New
"ael"
option has been added in thecalibrate
argument 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()
acceptsquasipoisson
family with"sqrt"
link function for the argumentfamily
.
DEPRECATED AND DEFUNCT
sigTests()
is deprecated in favor ofcoef()
for an object that inherits fromSummaryLM
and 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 anEMLT
object to produce simultaneous confidence intervals.All model objects gain
control
slot ofControlEL
class. All methods that apply to these objects inheritcontrol
unless 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.
optim
slot in all model or summary objects gains a single logical elementcstr
that 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 whetherparm
matches the parameters inobject
when acharacter
vector 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()
acceptsquasipoisson
family 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 fromEL
to plot empirical likelihood displacement values versus observation index.New dataset
thiamethoxam
added.
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 thecalibrate
argument 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()
acceptsquasipoisson
family 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 argumentx
first, followed by the parameter specificationpar
asel_mean(x, par)
.lht()
is renamed toelt()
.model
argument inel_mean()
,el_lm()
, andel_glm()
are removed. Usekeep_data
inel_control()
.
NEW FEATURES
New package dependencies are added (BH, dqrng, and graphics).
New
elt()
replaceslht()
. It accepts additional argumentsalpha
andcalibrate
.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 forlhs
andrhs
arguments.OpenMP parallelization is available for
confint()
by specifyingnthreads
throughcontrol
argument.
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 specifiescontrol
argument.New
el_glm()
performs empirical likelihood tests to generalized linear models. More families and link functions will be supported in a future release.confint()
gainscv
argument 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.