summary.sevt: Summarizing staged event trees

View source: R/1b-base-model-function.R

summary.sevtR Documentation

Summarizing staged event trees

Description

Summary method for class sevt.

Usage

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

## S3 method for class '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.

Details

Print model information and summary of stages.

Value

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

Examples

model <- stages_fbhc(full(PhDArticles, lambda = 1))
summary(model)

stagedtrees documentation built on April 29, 2022, 1:06 a.m.