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