histopathology | R Documentation |
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.
data(histopathology)
A data frame with 250 rows and 38 variables:
Numeric. Unique patient identifier.
Character. Patient's name (simulated).
Character. Patient's sex (e.g., "Male", "Female").
Numeric. Patient's age in years.
Character. Patient's race (e.g., "White", "Black").
Character. Presence of preinvasive component (e.g., "Present", "Absent").
Character. Lymphovascular invasion status (e.g., "Present", "Absent").
Character. Perineural invasion status (e.g., "Present", "Absent").
POSIXct. Date and time of the last follow-up.
Character. Death status (e.g., "YANLIŞ" for False/No, "DOĞRU" for True/Yes). Indicates if the patient died.
Character. Treatment or control group (e.g., "Control", "Treatment").
Numeric. Tumor grade (e.g., 1, 2, 3).
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.
Character. Lymph node metastasis status (e.g., "Present", "Absent").
Character. Validity status (e.g., "YANLIŞ", "DOĞRU"). Meaning needs context.
Character. Smoking status (e.g., "YANLIŞ", "DOĞRU").
Character. Tumor grade categorized (e.g., "low", "high", "moderate").
POSIXct. Date and time of surgery.
Character. Time to death category (e.g., "Within1Year").
Character. Interval string, likely representing the duration between two dates.
Numeric. Overall time, likely survival time in some unit (e.g., months).
Numeric. Outcome variable, likely coded (e.g., 0 for alive, 1 for deceased).
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.
Numeric. A continuous measurement.
Numeric. Another continuous measurement.
Disease Status
Character. Disease status (e.g., "Ill", "Healthy").
Numeric. Measurement from a test or observation.
Numeric. Another measurement from a test or observation.
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).
data(histopathology)
str(histopathology)
head(histopathology)
summary(histopathology$Age)
hist(histopathology$TStage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.