# NOT RUN {
# prepare the data
x <- t.housing[, -ncol(t.housing)]
y <- t.housing$V9
# run ProSGPV in linear regression
out.sgpv <- pro.sgpv(x = x, y = y)
# More examples at https://github.com/zuoyi93/ProSGPV/tree/master/vignettes
# }
Run the code above in your browser using DataLab