View source: R/print.permutation.R
print.permutation | R Documentation |
Print a fitted rgcca_permutation object. Parameters of the analysis, tuning parameters and statistics for each set of parameters are displayed.
## S3 method for class 'permutation' print(x, ...)
x |
A fitted rgcca_permutation object (see
|
... |
Other parameters used in print (for the displaying of matrices) |
none
data(Russett) A <- list( agriculture = Russett[, seq(3)], industry = Russett[, 4:5], politic = Russett[, 6:11] ) perm.out <- rgcca_permutation(A, par_type = "tau", n_perms = 5, n_cores = 1 ) print(perm.out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.