coef,mdph-method {matrixdist} | R Documentation |
Coef method for mdph class
Description
Coef method for mdph class
Usage
## S4 method for signature 'mdph'
coef(object)
Arguments
object |
An object of class mdph. |
Value
Parameters of multivariate discrete phase-type model.
Examples
obj <- mdph(structure = c("general", "general"))
coef(obj)
[Package matrixdist version 1.1.9 Index]