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