forked from SGDinference-Lab/sgmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.16 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
Package: sgmm
Type: Package
Title: Stochastic Approximation to Generalized Method of Moments
Version: 0.1.0
Authors@R: c(
person("Xiaohong", "Chen", email = "[email protected]", role = "aut"),
person("Sokbae", "Lee", email = "[email protected]", role = "aut"),
person("Yuan", "Liao", email = "[email protected]", role = "aut"),
person("Myung Hwao", "Seo", email = "[email protected]", role = "aut"),
person("Youngki", "Shin", email = "[email protected]", role = c("aut", "cre")),
person("Myunghyun", "Song", email = "[email protected]", role = "aut"))
Description: sgmm provides a stochastic approximation to generalized method of moments.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: Rcpp (>= 1.0.9), abind
LinkingTo: Rcpp, RcppArmadillo
Suggests:
MASS,
knitr,
rmarkdown,
testthat (>= 3.0.0),
ivreg (>= 0.6),
lmtest (>= 0.9),
sandwich (>= 3.0),
microbenchmark (>= 1.4),
sketching (>= 0.1)
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
URL: https://github.com/SGDinference-Lab/sgmm/
BugReports: https://github.com/SGDinference-Lab/sgmm/issues
Config/testthat/edition: 3