print.cval | R Documentation |
Print a fitted rgcca_cv object. Parameters of the analysis, tuning parameters and statistics for each set of parameters are displayed.
## S3 method for class 'cval' print(x, type = "sd", ...)
x |
A rgcca_cv object (see rgcca_cv) |
type |
Character string indicating the statistics in the box plots:
|
... |
Other parameters used in print (for the displaying of matrices) |
none
data("Russett") blocks <- list( agriculture = Russett[, seq(3)], industry = Russett[, 4:5], politic = Russett[, 6:8] ) res <- rgcca_cv(blocks, response = 3, method = "rgcca", par_type = "tau", par_value = c(0, 0.2, 0.3), n_run = 1, n_cores = 1 ) print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.