summary.modesto {modesto}R 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)

[Package modesto version 0.1.4 Index]