-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.34 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
33
34
35
36
37
38
39
40
41
42
43
Package: offsetreg
Title: An Extension of 'Tidymodels' Supporting Offset Terms
Version: 1.1.0
Authors@R:
person("Matt", "Heaphy", email = "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Matt Heaphy <[email protected]>
Description: Extend the 'tidymodels' ecosystem <https://www.tidymodels.org/> to
enable the creation of predictive models with offset terms. Models with
offsets are most useful when working with count data or when fitting an
adjustment model on top of an existing model with a prior expectation.
The former situation is common in insurance where data is often weighted by
exposures. The latter is common in life insurance where industry mortality
tables are often used as a starting point for setting assumptions.
License: MIT + file LICENSE
URL: https://github.com/mattheaphy/offsetreg/, https://mattheaphy.github.io/offsetreg/
BugReports: https://github.com/mattheaphy/offsetreg/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Imports:
generics,
glue,
parsnip (>= 1.2.0),
poissonreg,
rlang,
stats
Suggests:
broom,
glmnet,
knitr,
recipes,
rmarkdown,
rpart,
testthat (>= 3.0.0),
tune,
workflows,
rsample,
xgboost
Config/testthat/edition: 3
Depends:
R (>= 4.1)
LazyData: true
VignetteBuilder: knitr