# NOT RUN {
if (require(car)){
data(Duncan)
with(Duncan, {
Dotplot(education)
Dotplot(education, bin=TRUE)
Dotplot(education, by=type)
Dotplot(education, by=type, bin=TRUE)
})
}
# }
Run the code above in your browser using DataLab