Learn R Programming

stagedtrees (version 2.1.0)

subtree: Extract subtree

Description

Extract subtree

Usage

subtree(object, path)

Arguments

object

an object of class sevt.

path

the path from root after which extract the subtree.

Value

A staged event tree object corresponding to the subtree.

Details

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

Examples

Run this code
# NOT RUN {
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