party (version 0.2-3)

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
data(mammoexp)
  ### fit tree with attached scores (but those are the default values anyway)
  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