coef,biviph-method | R Documentation |
Coef method for biviph class
## S4 method for signature 'biviph'
coef(object)
object |
An object of class biviph. |
Parameters of bivariate inhomogeneous phase-type model.
under_bivph <- bivph(dimensions = c(3, 3))
obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
coef(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.