tern_colon: Colon Cancer Recurrence Data (Example Dataset)

tern_colonR Documentation

Colon Cancer Recurrence Data (Example Dataset)

Description

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.

Usage

tern_colon

Format

A tibble with 929 rows and 12 variables:

ID

Integer patient identifier.

Age_Years

Age at study entry (years).

Sex

Patient sex: "Female" or "Male".

Colonic_Obstruction

Colonic obstruction present: "N" or "Y".

Bowel_Perforation

Bowel perforation present: "N" or "Y".

Positive_Lymph_Nodes_n

Number of positive lymph nodes detected.

Over_4_Positive_Nodes

More than 4 positive lymph nodes: "N" or "Y".

Tumor_Adherence

Tumour adherence to surrounding organs: "N" or "Y".

Tumor_Differentiation

Tumour differentiation grade: "Well", "Moderate", or "Poor".

Extent_of_Local_Spread

Depth of tumour penetration: "Submucosa", "Muscle", "Serosa", or "Contiguous Structures".

Recurrence

Recurrence status: "No Recurrence" or "Recurrence".

Treatment_Arm

Randomised treatment: "Levamisole + 5FU", "Levamisole", or "Observation".

Source

Derived from colon (Laurie et al., 1989). See colon for full provenance. Pre-processing script: data-raw/tern_colon.R.

Examples

data(tern_colon)
head(tern_colon)

TernTables documentation built on March 26, 2026, 5:09 p.m.