Package: mshap
Title: Multiplicative SHAP Values for Two-Part Models
Version: 0.1.0
Authors@R: 
    person(given = "Spencer",
           family = "Matthews",
           role = c("aut", "cre"),
           email = "srmatthews98@gmail.com")
Description: Allows for the computation of mSHAP values on
    two-part models as proposed  by Matthews, S. and Hartman, B. 
    (2021) <arXiv:2106.08990>.
    Also contains functions for simple plotting of
    the results (or any SHAP values). For information about the
    TreeSHAP algorithm that mSHAP builds on, see Lundberg, S.M.,
    Erion, G., Chen, H., DeGrave, A., Prutkin, J.M., Nair, B., Katz,
    R., Himmelfarb, J., Bansal, N., Lee, S.I. (2020)
    <doi:10.1038/s42256-019-0138-9>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: magrittr (>= 1.5), purrr (>= 0.3.4), dplyr (>= 1.0.4),
        forcats, stringr, ggplot2, ggbeeswarm, rlang, tidyr, tidyselect
Suggests: rmarkdown, knitr, insuranceData, reticulate, caret, testthat
        (>= 3.0.0), covr
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-06-17 00:57:16 UTC; spencer.matthews
Author: Spencer Matthews [aut, cre]
Maintainer: Spencer Matthews <srmatthews98@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-17 08:40:02 UTC
Built: R 4.3.0; ; 2023-07-12 01:25:24 UTC; unix
