transition.structure: Class "transition.structure"
Description
This S4 class provides a structure to specify different characteristics of
transitions, such as transition functions functions, parameters or parameter
covariances.
Usage
"[["(x, i, j, ..., exact = TRUE)
"[["(x, i, j) <- value
possibleTransitions(object)
"possibleTransitions"(object)
"print"(x)
Arguments
x,object
the transition.structure
exact,value,...
passed on to list method
Slots
states.number- Object of class
"numeric": number of states list.matrix- Object of class
"matrix": a list with two
dimensions, where list element [i,j] correspond to transitions from i to j
Objects from the Class
Objects are created by calls to the
functions generateHazardMatrix, generateParameterMatrix,
generateParameterCovarianceMatrix.Examples
Run this codeshowClass("transition.structure")
Run the code above in your browser using DataLab