marginal,correlated-method | R Documentation |
Marginal method for correlated frailty class
## S4 method for signature 'correlated'
marginal(x, mar = 1)
x |
An object of class correlated. |
mar |
Indicator of which marginal. |
An object of the of class frailty.
bivph_obj <- bivphasetype(dimensions = c(3, 3))
cobj <- correlated(bivph_obj, bhaz1 = "weibull", bhaz_pars1 = 3, bhaz2 = "weibull", bhaz_pars2 = 2)
marginal(cobj, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.