cluster | R Documentation |
This is a special function used in the context of the models for grouped data. It identifies correlated groups of observations defined by using 'cluster' function, and is used of 'frailtyPenal' formula for fitting univariate and joint models.
cluster(x)
x |
A character, factor, or numeric variable which is supposed to indicate the variable group |
x |
A variable identified as a cluster |
frailtyPenal
data(readmission)
modSha <- frailtyPenal(Surv(time,event)~as.factor(dukes)+cluster(id),
n.knots=10,kappa=10000,data=readmission,hazard="Splines")
print(modSha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.