powered by
summary.modesto displays the summary of calculated quantities from an object of class 'modesto'.
# S3 method for modesto summary(object, ...)
an object of the class 'modesto'. This object is returned from the call to LimDist() function.
other arguments.
# 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