print.cv_glmaag: the results of the cross validation model

Description Usage Arguments Examples

Description

print fitted information

Usage

1
2
## S3 method for class 'cv_glmaag'
print(x, ...)

Arguments

x

the fitted cv_glmaag object

...

...

Examples

1
2
3
4
5
6
7
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)

glmaag documentation built on May 10, 2019, 9:04 a.m.