Learn R Programming

RLT (version 3.2.6)

print.RLT: Print a RLT object

Description

Print a RLT object

Usage

# S3 method for RLT
print(x, ...)

Value

No return value

Arguments

x

A fitted RLT object

...

...

Examples

Run this code
x = matrix(rnorm(100), ncol = 10)
y = rowMeans(x)
fit = RLT(x, y, ntrees = 5)
fit

Run the code above in your browser using DataLab