intestinal_surgery_df: Satellite Tumors in GI Surgery

intestinal_surgery_dfR Documentation

Satellite Tumors in GI Surgery

Description

This dataset, intestinal_surgery_df, is a data frame containing intestinal surgery data from 844 cancer patients. The data consists of pairs (n_i, s_i) where n_i is the number of satellites removed and s_i is the number of satellites found to be malignant.

Usage

data(intestinal_surgery_df)

Format

A data frame with 844 observations and 2 variables:

n

Numeric value representing the number of satellites removed

s

Numeric value representing the number of malignant satellites found

Details

The dataset name has been kept as 'intestinal_surgery_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.

Source

Data taken from the deconvolveR package version 1.2-1. Original source: Efron, B. (2016). "Empirical Bayes deconvolution estimates". Biometrika, 103(1), 1–20.


DigestiveDataSets documentation built on June 8, 2025, 1:04 p.m.