|
a |
|
b/partyMod/DESCRIPTION |
|
|
1 |
Package: atlantisPartyMod |
|
|
2 |
Title: A Laboratory for Recursive Partytioning (With modifications for ATLANTIS) |
|
|
3 |
Date: 2014-10-24 |
|
|
4 |
Version: 1.0.16.1 |
|
|
5 |
Authors@R: c(person("Torsten", "Hothorn", role = c("aut", "cre"), |
|
|
6 |
email = "Torsten.Hothorn@R-project.org"), |
|
|
7 |
person("Kurt", "Hornik", role = "aut"), |
|
|
8 |
person("Carolin", "Strobl", role = "aut"), |
|
|
9 |
person("Achim", "Zeileis", role = "aut")) |
|
|
10 |
Description: A computational toolbox for recursive partitioning. |
|
|
11 |
The core of the package is ctree(), an implementation of |
|
|
12 |
conditional inference trees which embed tree-structured |
|
|
13 |
regression models into a well defined theory of conditional |
|
|
14 |
inference procedures. This non-parametric class of regression |
|
|
15 |
trees is applicable to all kinds of regression problems, including |
|
|
16 |
nominal, ordinal, numeric, censored as well as multivariate response |
|
|
17 |
variables and arbitrary measurement scales of the covariates. |
|
|
18 |
Based on conditional inference trees, cforest() provides an |
|
|
19 |
implementation of Breiman's random forests. The function mob() |
|
|
20 |
implements an algorithm for recursive partitioning based on |
|
|
21 |
parametric models (e.g. linear models, GLMs or survival |
|
|
22 |
regression) employing parameter instability tests for split |
|
|
23 |
selection. Extensible functionality for visualizing tree-structured |
|
|
24 |
regression models is available. |
|
|
25 |
Depends: R (>= 2.14.0), methods, grid, zoo, sandwich (>= 1.1-1), |
|
|
26 |
strucchange, stats, modeltools (>= 0.2-21) |
|
|
27 |
Imports: survival, coin |
|
|
28 |
Suggests: TH.data (>= 1.0-3), mlbench, colorspace, MASS, mvtnorm, vcd, ipred |
|
|
29 |
LazyData: yes |
|
|
30 |
License: GPL-2 |
|
|
31 |
URL: http://party.R-forge.R-project.org |