Learn R Programming

DOBAD (version 1.0.6)

BDMC-class: Class "BDMC"

Description

Birth-Death(-Immigration) CTMCs. Changes in state must be by 1 only.

Arguments

Objects from the Class

Objects can be created by calls of the form new("BDMC", ...).

Slots

states:

Object of class "numeric" ~~

times:

Object of class "numeric" ~~

T:

Object of class "numeric" ~~

Extends

Class "'>CTMC", directly.

Methods

BDsummaryStats

signature(sim = "BDMC"): ...

getStates

signature(object = "BDMC"): ...

getTimes

signature(object = "BDMC"): ...

See Also

BDsummaryStats,BDMC-method, getT,BDMC-method

Examples

Run this code
# NOT RUN {
showClass("BDMC")
# }

Run the code above in your browser using DataLab