eflm
Efficient Fitting of Linear and Generalized Linear Models
Efficient Fitting of Linear and Generalized Linear Models by using just base R. As an alternative to lm() and glm(), this package provides elm() and eglm(), with a significant speedup when the number of observations is larger than the number of parameters to estimate. The speed gains are obtained by reducing the NxP model matrix to a PxP matrix, and the best computational performance is obtained when R is linked against 'OpenBLAS', 'Intel MKL' or other optimized 'BLAS' library. This implementation aims at being compatible with 'broom' and 'sandwich' packages for summary statistics and clustering by providing S3 methods.
- Version0.3.0
- R version≥ 4.0
- LicenseApache License (≥ 2)
- Needs compilation?No
- Last release05/31/2021
Documentation
Team
Mauricio Vargas
Alexey Kravchenko
Show author detailsRolesThesis advisorConstanza Prado
Show author detailsRolesThesis advisorYoto Yotov
Show author detailsRolesThesis advisorNeal Fulz
Show author detailsRolesReviewerRahul Saxena
Show author detailsRolesContributorThe United Nations
Show author detailsRolesdtc, Copyright holder, fnd
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Imports2 packages
- Suggests6 packages