Learn R Programming

syllogi (version 1.0.4)

bladderCancer: Study of Recurrence of Bladder Cancer

Description

Data.frame

Usage

data(bladderCancer)

Arguments

Format

The data frame has 31 rows and 3 variables:

Size

0 = small primary tumor (< 3 cm) and 1 = large primary tumor (> 3cm).

Tumors

Number of tumors.

Time

Follow up time in months.

Details

Study on recurrence of bladder cancer tumor patients. Each patient had perviously received surgery to remove a primary tumor. The size of the primary removed tumor was recorded. After different follow up times the number of recurring tumors were recorded.

References

Bilder, C.R., & Loughin, T.M. (2014). Analysis of Categorical Data with R (1st ed.). Chapman and Hall/CRC. https://doi.org/10.1201/b17211

Examples

Run this code
data("bladderCancer", package='syllogi')
str(bladderCancer)

Run the code above in your browser using DataLab