Learn R Programming

modesto (version 0.1.4)

summary.modesto: summary.modesto

Description

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

Usage

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

Arguments

object

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

...

other arguments.

Examples

Run this code
# NOT RUN {
# A two states CTMC example
model <-LimDist(matrix(c(0,2,3,0),2,2,byrow=TRUE),rate=TRUE,epsilon=0.005)
summary(model)
# }

Run the code above in your browser using DataLab