forked from kkondo1981/aglm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.15 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
Package: aglm
Type: Package
Title: Accurate Generalized Linear Model
Version: 0.4.0
Authors@R: c(
person("Kenji", "Kondo", role=c("aut", "cre", "cph"), email="kkondo.odnokk@gmail.com"),
person("Kazuhisa", "Takahashi", role=c("ctb")),
person("Hikari", "Banno", role=c("ctb"))
)
Description: Provides functions to fit Accurate Generalized Linear Model (AGLM) models, visualize them, and predict for new data. AGLM is defined as a regularized GLM which applies a sort of feature transformations using a discretization of numerical features and specific coding methodologies of dummy variables. For more information on AGLM, see Suguru Fujita, Toyoto Tanaka, Kenji Kondo and Hirokazu Iwasawa (2020) <https://www.institutdesactuaires.com/global/gene/link.php?doc_id=16273&fg=1>.
URL: https://github.com/kkondo1981/aglm
BugReports: https://github.com/kkondo1981/aglm/issues
License: GPL-2
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0.0),
Imports:
glmnet (>= 4.0.2),
assertthat,
methods,
mathjaxr
Suggests:
testthat,
knitr,
rmarkdown,
MASS,
faraway
RdMacros:
mathjaxr