Package: eflm
Title: Efficient Fitting of Linear and Generalized Linear Models
Version: 0.1
Authors@R: c( 
        person(given = "Mauricio",
               family = "Vargas",
               role = c("aut", "cre"),
               email = "mvargas@dcc.uchile.cl",
               comment = c(ORCID = "0000-0003-1017-7574")),
        person(given = "Alexey",
               family = "Kravchenko",
               role = c("ths"),
               email = "kravchenkoa@un.org"),
        person(given = "Constanza",
               family = "Prado",
               role = c("ths"),
               email = "mcprado@uc.cl"),
        person(given = "Yoto",
               family = "Yotov",
               role = c("ths"),
               email = "yvy23@drexel.edu"),
        person(family = "The United Nations",
               role = c("dtc", "cph", "fnd")
        )
    )
Description: 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, as it 
  reduces the NxP model matrix to a PxP matrix. 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.
URL: https://github.com/pachamaltese/eflm/
BugReports: https://github.com/pachamaltese/eflm/issues/
License: GPL (>= 3)
Imports: stats, zoo, methods, utils, vctrs
Suggests: testthat (>= 3.0.0), covr, sandwich, MASS, tibble, broom
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-11 19:59:30 UTC; pacha
Author: Mauricio Vargas [aut, cre] (<https://orcid.org/0000-0003-1017-7574>),
  Alexey Kravchenko [ths],
  Constanza Prado [ths],
  Yoto Yotov [ths],
  The United Nations [dtc, cph, fnd]
Maintainer: Mauricio Vargas <mvargas@dcc.uchile.cl>
Repository: CRAN
Date/Publication: 2021-02-15 11:10:02 UTC
