Learn R Programming

ProSGPV (version 1.0.0)

summary.sgpv: summary.sgpv: Summary of the final model

Description

S3 method summary for an S3 object of class sgpv

Usage

# S3 method for sgpv
summary(object, ...)

Arguments

object

An sgpv object

...

Other arguments

Value

Summary of a model

Examples

Run this code
# NOT RUN {
# prepare the data
x <- t.housing[, -ncol(t.housing)]
y <- t.housing$V9

# run one-stage algorithm
out.sgpv <- pro.sgpv(x = x, y = y)

# get regression summary
summary(out.sgpv)
# }

Run the code above in your browser using DataLab