party (version 0.9-4)

mammoexp: Mammography Experience Study

Description

Data from a questionaire on the benefits of mammography.

Usage

data(mammoexp)

Arguments

source

Hosmer and Lemeshow (2000). Applied Logistic Regression, 2nd edition. John Wiley & Sons Inc., New York. Section 8.1.2, page 264.

Examples

Run this code
### fit tree with attached scores (equal to the default values)
  ctree(ME ~ .,data = mammoexp, 
        scores = list(ME = 1:3, SYMPT = 1:4, DECT = 1:3))

Run the code above in your browser using DataCamp Workspace