Learn R Programming

⚠️There's a newer version (1.2-25) of this package.Take me there.

partykit (version 0.1-2)

A Toolkit for Recursive Partytioning

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. (It will also be the basis for a re-implementation of the party package. Currently, only a re-implementation of ctree() is contained in the package.)

Copy Link

Version

Install

install.packages('partykit')

Monthly Downloads

26,818

Version

0.1-2

License

GPL-2

Maintainer

Torsten Hothorn

Last Published

December 18th, 2011

Functions in partykit (0.1-2)

partynode

Inner and Terminal Nodes
party-coercion

Coercion Functions
nodeids

Extract Node Identifiers
partynode-methods

Methods for Node Objects
ctree_control

Control for Conditional Inference Trees
party

Recursive Partytioning
WeatherPlay

Weather Conditions and Playing a Game
model.frame.rpart

Model Frame Method for rpart
ctree

Conditional Inference Trees
nodeapply

Apply Functions Over Nodes
partysplit

Binary and Multiway Splits
party-predict

Tree Predictions
panelfunctions

Panel-Generators for Visualization of Party Trees
party-plot

Visualization of Trees
party-methods

Methods for Party Objects