Learn R Programming

rpst (version 1.0.0)

Recursive Partitioning Survival Trees

Description

An implementation of Recursive Partitioning Survival Trees via a node-splitting rule that builds decision tree models that reflected within-node and within-treatment responses. The algorithm aims to find the maximal difference in survival time among different treatments.

Copy Link

Version

Install

install.packages('rpst')

Monthly Downloads

1

Version

1.0.0

License

GPL-3

Maintainer

Yewei Li

Last Published

June 6th, 2017

Functions in rpst (1.0.0)

rpst-internal

Internal rpst functions
rpst

Recursive Partitioning Survival Trees
gen.data

Generate simulated data
plot.rpst

Produces a tree plot of a "rpst" object
rpst.km

Produces KM-curve plot of a "rpst" object
predict.rpst

Make predictions from a "rpst" object
print.rpst

Print out a "rpst" object