powered by
print.sgpv
S3 method print for an S3 object of class sgpv
print
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