| cancerremission | R Documentation |
A binary classification dataset on cancer remission status using leukemia index and treatment group indicators.
cancerremission
A data frame with 27 rows and 3 variables:
Leukemia index measurement.
Treatment group indicator.
Remission outcome indicator (0 = no remission,
1 = remission).
Column names were standardized to snake_case when packaging the data.
Davison AC, Hinkley DV (1997). Bootstrap Methods and Their
Application. Cambridge University Press. The packaged data are from
boot::remission.
str(funcml::cancerremission)
table(funcml::cancerremission$remission)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.