# NOT RUN {
result <- regress("diamonds", "price", c("carat","clarity"))
plot(result, plots = "coef", conf_lev = .99, intercept = TRUE)
plot(result, plots = "dist")
# }
# NOT RUN {
plot(result, plots = "scatter", lines = c("line","loess"))
plot(result, plots = "resid_pred", lines = "line")
plot(result, plots = "dashboard", lines = c("line","loess"))
# }
Run the code above in your browser using DataLab