Learn R Programming

glmaag (version 0.0.6)

print.cv_glmaag: the results of the cross validation model

Description

print fitted information

Usage

# S3 method for cv_glmaag
print(x, ...)

Arguments

x

the fitted cv_glmaag object

...

Examples

Run this code
# NOT RUN {
data(sampledata)
data(L0)
y <- sampledata$Y_Gau
x <- sampledata[, -(1:3)]
cvwhich <- sample(rep(0:4, length.out = length(y)))
mod <- cv_glmaag(y, x, L0, cvwhich = cvwhich)
print(mod)
# }

Run the code above in your browser using DataLab