16  Specialized regression

Outliers

Use rlm()

Zero-one variables

Use `glm(family=binomial)

Counts

Use glm(family=poisson)

Classifiers

CART?