Learn R Programming

stagedtrees (version 2.1.0)

summary.sevt: Summarizing staged event trees

Description

Summary method for class sevt.

Usage

# S3 method for sevt
summary(object, ...)

# S3 method for summary.sevt print(x, max = 10, ...)

Arguments

object

an object of class sevt.

...

arguments for compatibility.

x

an object of class summary.sevt.

max

the maximum number of variables for which information is printed.

Value

An object of class summary.sevt for which a print method exist.

Details

Print model information and summary of stages.

Examples

Run this code
# NOT RUN {
model <- stages_fbhc(full(PhDArticles, lambda = 1))
summary(model)
# }

Run the code above in your browser using DataLab