-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
33 lines (33 loc) · 1 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
Package: fastglm
Type: Package
Title: Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen'
Version: 0.0.3
Authors@R: c(
person("Jared", "Huling", , "[email protected]", c("aut", "cre")),
person("Douglas", "Bates", , , c("cph")),
person("Dirk", "Eddelbuettel", , , c("cph")),
person("Romain", "Francois", , , c("cph")),
person("Yixuan", "Qiu", , , c("cph"))
)
Maintainer: Jared Huling <[email protected]>
Description: Fits generalized linear models efficiently using 'RcppEigen'. The iteratively reweighted least squares
implementation utilizes the step-halving approach of Marschner (2011) <doi:10.32614/RJ-2011-012> to help safeguard
against convergence issues.
BugReports: https://github.com/jaredhuling/fastglm/issues
License: GPL (>= 2)
Encoding: UTF-8
Imports:
Rcpp (>= 0.12.13),
methods
Depends:
bigmemory
LinkingTo:
Rcpp,
RcppEigen,
BH,
bigmemory
RoxygenNote: 7.2.0
Suggests: knitr,
rmarkdown,
glm2
VignetteBuilder: knitr