| tern_colon | R Documentation |
A processed subset of the colon dataset restricted to the
recurrence endpoint (etype == 1), providing one row per patient.
Variables have been relabelled with clinically descriptive names and
factor levels suitable for direct use in TernTables functions. This dataset
is provided as a ready-to-use example for demonstrating ternD() and
ternG() functionality.
tern_colon
A tibble with 929 rows and 12 variables:
Integer patient identifier.
Age at study entry (years).
Patient sex: "Female" or "Male".
Colonic obstruction present: "N" or "Y".
Bowel perforation present: "N" or "Y".
Number of positive lymph nodes detected.
More than 4 positive lymph nodes: "N" or "Y".
Tumour adherence to surrounding organs: "N" or "Y".
Tumour differentiation grade: "Well",
"Moderate", or "Poor".
Depth of tumour penetration: "Submucosa",
"Muscle", "Serosa", or "Contiguous Structures".
Recurrence status: "No Recurrence" or "Recurrence".
Randomised treatment: "Levamisole + 5FU",
"Levamisole", or "Observation".
Derived from colon (Laurie et al., 1989).
See colon for full provenance.
Pre-processing script: data-raw/tern_colon.R.
data(tern_colon)
head(tern_colon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.