histopathology: Histopathology Data

histopathologyR Documentation

Histopathology Data

Description

A simulated dataset for histopathological research, containing patient demographics, clinical findings, and hypothetical molecular data. This dataset is intended for demonstration and testing of analysis functions.

Usage

data(histopathology)

Format

A data frame with 250 rows and 38 variables:

ID

Numeric. Unique patient identifier.

Name

Character. Patient's name (simulated).

Sex

Character. Patient's sex (e.g., "Male", "Female").

Age

Numeric. Patient's age in years.

Race

Character. Patient's race (e.g., "White", "Black").

PreinvasiveComponent

Character. Presence of preinvasive component (e.g., "Present", "Absent").

LVI

Character. Lymphovascular invasion status (e.g., "Present", "Absent").

PNI

Character. Perineural invasion status (e.g., "Present", "Absent").

LastFollowUpDate

POSIXct. Date and time of the last follow-up.

Death

Character. Death status (e.g., "YANLIŞ" for False/No, "DOĞRU" for True/Yes). Indicates if the patient died.

Group

Character. Treatment or control group (e.g., "Control", "Treatment").

Grade

Numeric. Tumor grade (e.g., 1, 2, 3).

TStage

Numeric. Tumor stage (e.g., 1, 2, 3, 4).

Anti-X-intensity

Numeric. Intensity of Anti-X marker staining.

Anti-Y-intensity

Numeric. Intensity of Anti-Y marker staining.

LymphNodeMetastasis

Character. Lymph node metastasis status (e.g., "Present", "Absent").

Valid

Character. Validity status (e.g., "YANLIŞ", "DOĞRU"). Meaning needs context.

Smoker

Character. Smoking status (e.g., "YANLIŞ", "DOĞRU").

Grade_Level

Character. Tumor grade categorized (e.g., "low", "high", "moderate").

SurgeryDate

POSIXct. Date and time of surgery.

DeathTime

Character. Time to death category (e.g., "Within1Year").

int

Character. Interval string, likely representing the duration between two dates.

OverallTime

Numeric. Overall time, likely survival time in some unit (e.g., months).

Outcome

Numeric. Outcome variable, likely coded (e.g., 0 for alive, 1 for deceased).

Mortality5yr

Character. 5-year mortality status (e.g., "Alive", "Dead").

⁠Rater 1⁠

Numeric. Rating from Rater 1.

⁠Rater 2⁠

Numeric. Rating from Rater 2.

⁠Rater 3⁠

Numeric. Rating from Rater 3.

⁠Rater A⁠

Numeric. Rating from Rater A.

⁠Rater B⁠

Numeric. Rating from Rater B.

⁠New Test⁠

Numeric. Result of a new diagnostic test.

⁠Golden Standart⁠

Numeric. Result of a gold standard diagnostic test.

MeasurementA

Numeric. A continuous measurement.

MeasurementB

Numeric. Another continuous measurement.

⁠Disease Status⁠

Character. Disease status (e.g., "Ill", "Healthy").

Measurement1

Numeric. Measurement from a test or observation.

Measurement2

Numeric. Another measurement from a test or observation.

Outcome2

Character. A secondary outcome measure with levels like "DOD" (Dead of Disease), "DOOC" (Dead of Other Cause), "AWD" (Alive with Disease), "AWOD" (Alive Without Disease).

Examples

data(histopathology)
str(histopathology)
head(histopathology)
summary(histopathology$Age)
hist(histopathology$TStage)

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.