coef,correlated-method | R Documentation |
Coef method for correlated frailty class
## S4 method for signature 'correlated'
coef(object)
object |
An object of class correlated. |
Parameters of the correlated phase-type frailty model.
bivph_obj <- bivphasetype(dimensions = c(3, 3))
cobj <- correlated(bivph_obj, bhaz1 = "weibull", bhaz_pars1 = 3, bhaz2 = "weibull", bhaz_pars2 = 2)
coef(cobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.