Learn R Programming

stagedtrees (version 2.3.0)

subtree: Extract subtree

Description

Extract subtree

Usage

subtree(object, path)

Value

A staged event tree object corresponding to the subtree.

Arguments

object

an object of class sevt.

path

the path from root after which extract the subtree.

Details

Returns the subtree of the staged event tree, starting from path.

Examples

Run this code
DD <- generate_random_dataset(4, 100)
model <- sevt(DD, full = TRUE)
plot(model)
model1 <- subtree(model, path = c("-1", "1"))
plot(model1)

Run the code above in your browser using DataLab