| haberman | R Documentation |
A binary classification dataset on breast cancer survival after surgery.
haberman
A data frame with 306 rows and 4 variables:
Age of patient at operation time in years.
Year of operation minus 1900.
Number of positive axillary nodes detected.
Survival status (1 = survived 5 years or longer,
2 = died within 5 years).
Haberman's Survival Data from the University of Chicago's Billings Hospital study, distributed through the UCI Machine Learning Repository.
str(funcml::haberman)
table(funcml::haberman$survival_status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.