Last chance! 50% off unlimited learning
Sale ends in
print.sgpv
: Print variable selection resultsS3 method print
for an S3 object of class sgpv
# S3 method for sgpv
print(x, ...)
An sgpv
object
Other print
arguments
Variable selection results
# NOT RUN {
# prepare the data
x <- t.housing[, -ncol(t.housing)]
y <- t.housing$V9
# run one-stage algorithm
out.sgpv.1 <- pro.sgpv(x = x, y = y, stage = 1)
out.sgpv.1
# }
Run the code above in your browser using DataLab