influencePlot(lm(prestige ~ income + education, data=Duncan))
if (FALSE) # requires user interaction to identify points
influencePlot(lm(prestige ~ income + education, data=Duncan),
id=list(method="identify"))
Run the code above in your browser using DataLab