@@ -109,17 +109,15 @@ In addition, the \pkg{EL} package \citep{EL} performs EL tests for the
109109difference between two sample means and the difference between two smoothed
110110Huber estimators. The \pkg {elhmc} package \citep {elhmc } contains a single
111111function \fct {ELHMC} for Hamiltonian Monte Carlo sampling in Bayesian EL
112- computation \citep {chaudhuri2017hamiltonian }. The \pkg {ELCIC} package
113- \citep {ELCIC } develops an EL-based consistent information criterion in a model
114- selection framework. In a broader context of GMM and generalized empirical
115- likelihood \citep {smith1997alternative }, a few packages can be used for
116- estimation with EL. The \pkg {gmm} package \citep {gmm } provides flexibility in
117- specifying moment conditions. Other than GMM and EL, continuous updating
118- \citep {hansen1996finite } and several estimation methods that belong to the
119- family of generalized empirical likelihood are available. The \pkg {gmm} package
120- has been superseded by the \pkg {momentfit} package \citep {momentfit }, which adds
121- exponential tilting \citep {kitamura1997information } estimation and methods for
122- constructing two-dimensional confidence regions.
112+ computation \citep {chaudhuri2017hamiltonian }. In a broader context of GMM and
113+ generalized empirical likelihood \citep {smith1997alternative }, a few packages
114+ can be used for estimation with EL. The \pkg {gmm} package \citep {gmm } provides
115+ flexibility in specifying moment conditions. Other than GMM and EL, continuous
116+ updating \citep {hansen1996finite } and several estimation methods that belong to
117+ the family of generalized empirical likelihood are available. The \pkg {gmm}
118+ package has been superseded by the \pkg {momentfit} package \citep {momentfit },
119+ which adds exponential tilting \citep {kitamura1997information } estimation and
120+ methods for constructing two-dimensional confidence regions.
123121
124122This paper presents the \proglang {R} package \pkg {melt} \citep {melt } that
125123performs multiple empirical likelihood tests for regression analysis. The
@@ -843,7 +841,7 @@ of threads to the number of physical cores. The argument \code{seed} sets the
843841seed for random number generation. It defaults to a random integer generated
844842from \( {1}\) to the maximum integer supported by \proglang {R} on the machine,
845843which is determined by \fct {set.seed}. For fast parallel random number
846- generation and compatibility with \pkg {OpenMP}, the Xoshiro256+ pseudo-random
844+ generation and compatibility with \pkg {OpenMP}, the Xoshiro256++ pseudo-random
847845number generator (period \( {2^{256}} - {1}\) ) of \citet {blackman2021scrambled }
848846is used internally with the \pkg {dqrng} package \citep {dqrng }.
849847% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
0 commit comments