aglm
A handy tool for actuarial modeling, which is designed to achieve both accuracy and accountability.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Repository
A handy tool for actuarial modeling, which is designed to achieve both accuracy and accountability.
Basic Info
- Host: GitHub
- Owner: kkondo1981
- License: gpl-2.0
- Language: R
- Default Branch: master
- Size: 312 KB
Statistics
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 5
- Releases: 1
Topics
Metadata Files
README.md
What is this?
Accurate Generalized Linear Model (AGLM) is defined as a regularized GLM which applying a sort of feature transformations using a discretization of numerical features and specific coding methodologies of dummy variables. More details can be found in our paper.
2021/6/6: Now our paper won Charles A. Hachemeister Prize.
Installation
```r
The simplest way:
install.packages("aglm")
Or the development version from GitHub:
install.packages("devtools")
devtools::install_github("kkondo1981/aglm", ref="develop") ```
Usage
See the help as below after installing aglm.
r
library(aglm)
?"aglm-package"
GitHub Events
Total
- Watch event: 3
- Push event: 10
- Pull request event: 6
- Create event: 1
Last Year
- Watch event: 3
- Push event: 10
- Pull request event: 6
- Create event: 1
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 187
- Total Committers: 3
- Avg Commits per committer: 62.333
- Development Distribution Score (DDS): 0.294
Top Committers
| Name | Commits | |
|---|---|---|
| kkondo1981 | k****k@g****m | 132 |
| Kenji Kondo | k****1@u****m | 53 |
| kazuzowo | 5****o@u****m | 2 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 29
- Total pull requests: 40
- Average time to close issues: 5 months
- Average time to close pull requests: 10 days
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.59
- Average comments per pull request: 1.03
- Merged pull requests: 36
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- iwahiropuzzles (14)
- kkondo1981 (12)
- Greenwind1 (2)
- kazuzowo (1)
Pull Request Authors
- kkondo1981 (38)
- kazuzowo (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 307 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: aglm
Accurate Generalized Linear Model
- Homepage: https://github.com/kkondo1981/aglm
- Documentation: http://cran.r-project.org/web/packages/aglm/aglm.pdf
- License: GPL-2
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0.0 depends
- assertthat * imports
- glmnet >= 4.0.2 imports
- mathjaxr * imports
- methods * imports
- MASS * suggests
- faraway * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- r-hub/actions/checkout v1 composite
- r-hub/actions/platform-info v1 composite
- r-hub/actions/run-check v1 composite
- r-hub/actions/setup v1 composite
- r-hub/actions/setup-deps v1 composite
- r-hub/actions/setup-r v1 composite