- Initial CRAN release
- offsetreg includes one model specification,
poisson_reg_offset()
with support for two engines:glm_offset()
andglmnet_offset()
, which are wrappers aroundstats::glm()
andglmnet::glmnet()
, respectively.
poisson_reg_offset()
with support for two engines: glm_offset()
and glmnet_offset()
, which are wrappers around stats::glm()
and glmnet::glmnet()
, respectively.