-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
38 lines (38 loc) · 2.17 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
Package: partykit
Title: A Toolkit for Recursive Partytioning
Date: 2024-12-02
Version: 1.2-23
Authors@R: c(person(given = "Torsten", family = "Hothorn", role = c("aut", "cre"), email = "Torsten.Hothorn@R-project.org",
comment = c(ORCID = "0000-0001-8301-0471")),
person(given = "Heidi", family = "Seibold", role = "ctb", email = "heidi@seibold.co",
comment = c(ORCID = "0000-0002-8960-9642")),
person(given = "Achim", family = "Zeileis", role = "aut", email = "Achim.Zeileis@R-project.org",
comment = c(ORCID = "0000-0003-0918-3766")))
Description: A toolkit with infrastructure for representing, summarizing, and
visualizing tree-structured regression and classification models. This
unified infrastructure can be used for reading/coercing tree models from
different sources ('rpart', 'RWeka', 'PMML') yielding objects that share
functionality for print()/plot()/predict() methods. Furthermore, new and improved
reimplementations of conditional inference trees (ctree()) and model-based
recursive partitioning (mob()) from the 'party' package are provided based
on the new infrastructure. A description of this package was published
by Hothorn and Zeileis (2015) <https://jmlr.org/papers/v16/hothorn15a.html>.
Depends: R (>= 3.5.0), graphics, grid, libcoin (>= 1.0-0), mvtnorm
Imports: grDevices, stats, utils, survival, Formula (>= 1.2-1), inum
(>= 1.0-0), rpart (>= 4.1-11)
Suggests: XML, pmml, rJava, sandwich, strucchange, vcd, AER, mlbench,
TH.data (>= 1.0-3), coin (>= 1.1-0), RWeka (>= 0.4-19),
datasets, parallel, psychotools (>= 0.3-0), psychotree, party
(>= 1.3-0), randomForest
LazyData: yes
License: GPL-2 | GPL-3
URL: http://partykit.r-forge.r-project.org/partykit/
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2024-12-02 15:26:36 UTC; hothorn
Author: Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>),
Heidi Seibold [ctb] (<https://orcid.org/0000-0002-8960-9642>),
Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>)
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Repository: CRAN
Date/Publication: 2024-12-02 17:20:02 UTC