print.RLT: Print a RLT object

View source: R/print.r

print.RLTR 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

RLT documentation built on April 28, 2023, 5:08 p.m.