print.REmrt: Print function for REmrt

Description Usage Arguments Details Examples

View source: R/print.R

Description

Print the results of a REmrt object

Usage

1
2
## S3 method for class 'REmrt'
print(x, ...)

Arguments

x

fitted tree of class FEmrt.

...

additional arguments to be passed.

Details

The function returns the results (e.g., the value of the Q-between) after each split of the tree.

Examples

1
2
3
data(SimData)
test <- REmrt(efk~m1+m2+m3+m4+m5, vark, data = SimData, maxL = 2, c= 0.5)
print(test)

XinruLI/metacartv0.1.0 documentation built on May 14, 2019, 10:32 a.m.