print.rfcca {RFCCA}R Documentation

Print summary output of a RFCCA analysis

Description

Print summary output of a RFCCA analysis. This is the default print method for the package.

Usage

## S3 method for class 'rfcca'
print(x, ...)

Arguments

x

An object of class (rfcca,grow), (rfcca,predict) or (rfcca,globalsignificance).

...

Optional arguments to be passed to other methods.

Value

No return value, called for side effects.

Examples


## load generated example data
data(data, package = "RFCCA")
set.seed(2345)

## train rfcca
rfcca.obj <- rfcca(X = data$X, Y = data$Y, Z = data$Z, ntree = 100,
  importance = TRUE)

## print the grow object
print(rfcca.obj)


[Package RFCCA version 2.0.0 Index]