-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1.47 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
Package: fic
Title: Focused Information Criteria for Model Comparison
Version: 1.0.1
Date: 2023-08-26
Authors@R: c(person("Christopher","Jackson", role=c("cre","aut"),
email="chris.jackson@mrc-bsu.cam.ac.uk",
comment="package design and programming"),
person("Gerda","Claeskens", role="aut",
email="gerda.claeskens@kuleuven.be",
comment="method development and design advice"),
person("Howard","Thom",email="howard.thom@bristol.ac.uk", role="ctb")
)
Description: Compares how well different models estimate a quantity of interest (the "focus") so that different models may be preferred for different purposes. Comparisons within any class of models fitted by maximum likelihood are supported, with shortcuts for commonly-used classes such as generalised linear models and parametric survival models. The methods originate from Claeskens and Hjort (2003) <doi:10.1198/016214503000000819> and Claeskens and Hjort (2008, ISBN:9780521852258).
Maintainer: Christopher Jackson <chris.jackson@mrc-bsu.cam.ac.uk>
Depends:
R (>= 2.10)
Imports:
stats,
numDeriv,
mvtnorm,
ggplot2,
scales,
survival,
tensor,
abind,
mgcv
URL: https://github.com/chjackson/fic
BugReports: https://github.com/chjackson/fic/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
testthat,
msm(>= 1.6.6),
flexsurv,
sn,
gapminder,
GGally
VignetteBuilder: knitr