-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.18 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
Package: insurancerating
Type: Package
Title: Analytic Insurance Rating Techniques
Version: 0.7.5.9000
Authors@R: c(person("Martin", "Haringa", role = c("aut", "cre"), email = "[email protected]"))
Maintainer: Martin Haringa <[email protected]>
BugReports: https://github.com/MHaringa/insurancerating/issues
Description: Functions to build, evaluate, and visualize insurance rating
models. It simplifies the process of modeling premiums, and allows to
analyze insurance risk factors effectively. The package employs a
data-driven strategy for constructing insurance tariff classes, drawing on
the work of Antonio and Valdez (2012) <doi:10.1007/s10182-011-0152-7>.
License: GPL (>= 2)
URL: https://mharinga.github.io/insurancerating/, https://github.com/MHaringa/insurancerating
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
ciTools,
classInt,
colorspace,
data.table,
DHARMa,
dplyr,
evtree,
fitdistrplus,
ggplot2,
insight,
lubridate,
mgcv,
patchwork,
scales,
scam,
stringr
Depends: R (>= 3.3)
Suggests:
spelling,
knitr,
rmarkdown,
testthat
Roxygen: list(markdown = TRUE)
Language: en-US