print.morf | R Documentation |
Prints an morf
object.
## S3 method for class 'morf'
print(x, ...)
x |
An |
... |
Further arguments passed to or from other methods. |
Prints an morf
object.
Riccardo Di Francesco
morf
## Load data from orf package.
set.seed(1986)
library(orf)
data(odata)
odata <- odata[1:200, ] # Subset to reduce elapsed time.
y <- as.numeric(odata[, 1])
X <- as.matrix(odata[, -1])
## Fit morf.
forests <- morf(y, X)
## Print.
print(forests)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.