-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 2.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: lax
Title: Loglikelihood Adjustment for Extreme Value Models
Version: 1.2.3
Date: 2024-02-25
Authors@R: c(
person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
role = c("aut", "cre", "cph")),
person("Camellia", "Yin", role = c("aut", "cph"))
)
Description: Performs adjusted inferences based on model objects fitted, using
maximum likelihood estimation, by the extreme value analysis packages
'eva' <https://cran.r-project.org/package=eva>,
'evd' <https://cran.r-project.org/package=evd>,
'evir' <https://cran.r-project.org/package=evir>,
'extRemes' <https://cran.r-project.org/package=extRemes>,
'fExtremes' <https://cran.r-project.org/package=fExtremes>,
'ismev' <https://cran.r-project.org/package=ismev>,
'mev' <https://cran.r-project.org/package=mev>,
'POT' <https://cran.r-project.org/package=POT> and
'texmex' <https://cran.r-project.org/package=texmex>.
Adjusted standard errors and an adjusted loglikelihood are provided, using
the 'chandwich' package <https://cran.r-project.org/package=chandwich>
and the object-oriented features of the 'sandwich' package
<https://cran.r-project.org/package=sandwich>. The adjustment is based on a
robust sandwich estimator of the parameter covariance matrix, based on the
methodology in Chandler and Bate (2007) <doi:10.1093/biomet/asm015>. This
can be used for cluster correlated data when interest lies in the
parameters of the marginal distributions, or for performing inferences that
are robust to certain types of model misspecification. Univariate extreme
value models, including regression models, are supported.
Imports: chandwich,
exdex,
graphics,
numDeriv,
revdbayes,
sandwich,
stats,
utils
License: GPL (>= 2)
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.3.0)
RoxygenNote: 7.2.3
Suggests: distillery,
eva,
evd,
evir,
extRemes,
fExtremes,
ismev,
knitr,
mev,
POT,
rmarkdown,
testthat,
texmex
VignetteBuilder: knitr
URL: https://paulnorthrop.github.io/lax/, https://github.com/paulnorthrop/lax
BugReports: https://github.com/paulnorthrop/lax/issues
Config/testthat/edition: 3