# run example_lm2.R before
#
data(Boston, package="MASS")
library("np")
data(Boston, package="MASS")
par(mfrow=c(1,1))
plotContour(model, Boston$lstat, Boston$rm, Boston$medv)
par(mfrow=c(2,2))
plot(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.