# NOT RUN {
xreg <- cbind(rlaplace(100,10,3),rnorm(100,50,5))
xreg <- cbind(100+0.5*xreg[,1]-0.75*xreg[,2]+rlaplace(100,0,3),xreg,rnorm(100,300,10))
colnames(xreg) <- c("y","x1","x2","Noise")
ourModel <- alm(y~x1+x2, xreg, distribution="dlaplace")
par(mfcol=c(2,3))
plot(ourModel, c(1,2,4,5,7,8))
# }
Run the code above in your browser using DataLab