-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
25 lines (25 loc) · 905 Bytes
/
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
Package: ppsr
Type: Package
Title: Predictive Power Score
Version: 0.0.5
Authors@R:
person("Paul", "van der Laken", email = "[email protected]", role = c("aut", "cre", "cph"))
Description: The Predictive Power Score (PPS) is an asymmetric, data-type-agnostic score
that can detect linear or non-linear relationships between two variables.
The score ranges from 0 (no predictive power) to 1 (perfect predictive power).
PPS can be useful for data exploration purposes, in the same way correlation analysis is.
For more information on PPS, see <https://github.com/paulvanderlaken/ppsr>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
RoxygenNote: 7.2.3
Imports:
ggplot2 (>= 3.3.3),
parsnip (>= 0.1.5),
rpart (>= 4.1.15),
withr (>= 2.4.1),
gridExtra (>= 2.3)