texmex::evm()
, which resulted in CRAN package check ERRORs on some platforms, have been avoided.The original model object x
is added as an attribute "original_fit"
to the object returned from alogLik(x)
.
In the documentation of return_level()
the role of npy
has been explained and a more accurate calculation is used for the estimation of return levels in the case where npy
is not equal to 1.
If the argument cluster
was supplied an alogLik()
method then this is now returned as the attribute cluster
in the returned object, rather than the default returned by chandwich::adjust_loglik()
.
Create the help file for the package correctly, with alias lax-package.
README.md: Used app.codecov.io as base for codecov link.
Activated 3rd edition of the testthat
package
gpdFit
and gevrFit
.The links at the end of the Details section of the main lax package help page have been corrected.
Depreciated function testthat::context
is no longer used.
Some obsolete code has been deleted from the lax help file for mev.
The mev package is now supported: functions fit.gev
, fit.gpd
, fit.egp
, fit.pp
and fit.rlarg
.
The function rlarg.fit
in the ismev package is now supported.
Unnecessary generic information concerning the availability of S3 methods has been removed from the Details sections of the package-specific loglikelihood adjustment documentation.
More tests of internal function box_cox_deriv
.