print.seedCCA | R Documentation |
The function controls to print class "seedCCA".
The function prints the estimated coefficents, if they exist.
For subclass "finalCCA", canonical correlations are additionally reported.
For subsclass "selectu", increments, suggested number of projections and the values of type
and eps
are reported.
## S3 method for class 'seedCCA' print(x,...)
x |
The name of an object of class "seedCCA" |
... |
arguments passed to the print.method |
######## data(cookie) ######## data(cookie) myseq<-seq(141,651,by=2) X<-as.matrix(cookie[-c(23,61),myseq]) Y<-as.matrix(cookie[-c(23,61),701:704]) fit.seed2 <- seedCCA(X,Y) fit.seed2 print(fit.seed2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.