Description Usage Arguments Value Examples
This function returns the list of factor names (after possible converting categorical variables to multiple binary ones as well)
1 |
data |
A data.frame in which to interpret the variables named in the formula. The data set includes the following fields:
|
formula.scale |
A formula object, with the response on the left of a ~ operator, and the terms on the right. The response must be a survival object as returned by the Surv() function. The status indicator 'event' in the Surv object must be 0=censored, 1=non-censored. This object describes the effect of several factors in the Cox proportional hazards model. |
formula.shape |
A formula object, with the response on the left of a ~ operator, and the terms on the right. The response must be a survival object as returned by the Surv() function. The status indicator 'event' in the Surv object must be 0=censored, 1=non-censored. This object describes the effect of several factors on the shape parameter. |
List of the factor names
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.