powered by
print fitted information
# S3 method for cv_glmaag print(x, ...)
the fitted cv_glmaag object
…
# 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