createWPBC: Create Wisconsin Breast Cancer Prognosis

Description Usage Arguments Details

Description

From UCI: Features are computed from a digitized image of a fine needle aspirate (FNA) of a breast mass. They describe characteristics of the cell nuclei present in the image. A few of the images can be found at http://www.cs.wisc.edu/~street/images/

Usage

1
createWPBC(file = getfilepath("WPBC.RData"), write = FALSE)

Arguments

file

character; path/filename to write RData file to

write

logical; should the dataset be written to disk? (default: FALSE)

Details

Two tasks: Predicting recurrence in next 24 months formula(Outcome ~ . -ID -Time)

Predicting time of recurrence Something like: formula(Time ~ . -ID -Outcome)


jkrijthe/createdatasets documentation built on May 19, 2019, 12:44 p.m.