-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.46 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
Package: geex
Type: Package
Title: An API for M-Estimation
Version: 1.1.1
Authors@R: c(person("Bradley", "Saul", role = c("aut", "cre"),
email = "[email protected]"),
person("Brian", "Barkley", role = c("ctb")))
Author: Bradley Saul [aut, cre], Brian Barkley [ctb]
Maintainer: Bradley Saul <[email protected]>
Description: Provides a general, flexible framework for estimating parameters
and empirical sandwich variance estimator from a set of unbiased estimating
equations (i.e., M-estimation in the vein of Stefanski & Boos (2002)
<doi:10.1198/000313002753631330>). All examples from Stefanski & Boos (2002)
are published in the corresponding Journal of Statistical Software paper
"The Calculus of M-Estimation in R with geex" by Saul & Hudgens (2020)
<doi:10.18637/jss.v092.i02>. Also provides an API to compute finite-sample
variance corrections.
Depends:
R (>= 3.3)
Imports:
Matrix (>= 1.2-6),
rootSolve (>= 1.6.6),
numDeriv (>= 2014.2-1),
lme4 (>= 1.1-12),
methods (>= 3.3)
Suggests:
testthat,
knitr,
dplyr,
moments,
sandwich,
inferference,
xtable,
AER,
ICSNP,
MASS,
gee,
saws,
rmarkdown,
geepack,
covr,
mvtnorm
URL: https://github.com/bsaul/geex, https://bsaul.github.io/geex/
BugReports: https://github.com/bsaul/geex/issues
License: MIT + file LICENSE
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Encoding: UTF-8