print.RLT {RLT} | R Documentation |
Print a RLT object
Description
Print a RLT object
Usage
## S3 method for class 'RLT'
print(x, ...)
Arguments
x |
A fitted RLT object |
... |
... |
Value
No return value
Examples
x = matrix(rnorm(100), ncol = 10)
y = rowMeans(x)
fit = RLT(x, y, ntrees = 5)
fit
[Package RLT version 3.2.6 Index]