library("MASS") # for Boston Housing data
library("np")
bw <- npregbw(medv~lstat+rm, data=Boston)
mhat <- npreg(bw)
plot(mhat)
plot(Boston$lstat, Boston$rm, pch=19, cex=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.