summary.modesto: summary.modesto

View source: R/summary.R

summary.modestoR Documentation

summary.modesto

Description

summary.modesto displays the summary of calculated quantities from an object of class 'modesto'.

Usage

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

Arguments

object

an object of the class 'modesto'. This object is returned from the call to LimDist() function.

...

other arguments.

Examples

# A two states CTMC example
model <-LimDist(matrix(c(0,2,3,0),2,2,byrow=TRUE),rate=TRUE,epsilon=0.005)
summary(model)

modesto documentation built on June 1, 2022, 1:06 a.m.