-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
17 lines (17 loc) · 819 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
17 lines (17 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: visTree
Title: Visualization of Subgroups for Decision Trees
Version: 0.8.1
Authors@R: c(person("Ashwini", "Venkatasubramaniam", role = c("aut", "cre"), email = "ashwinikv01@gmail.com"), person("Julian", "Wolfson", role = c("aut", "ctb"), email = "julianw@umn.edu"))
Description: Provides a visualization for characterizing subgroups defined by a decision tree structure. The visualization simplifies the ability to interpret individual pathways to subgroups; each sub-plot describes the distribution of observations within individual terminal nodes and percentile ranges for the associated inner nodes.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
Imports: partykit, rpart, colorspace
LazyData: true
RoxygenNote: 6.1.0
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr