print.hideHelper1 {bartMan}R Documentation

print.hideHelper

Description

This function hides parts from the print out but are still accessible via indexing.

Usage

## S3 method for class 'hideHelper1'
print(x, ...)

Arguments

x

A data frame of trees

...

Extra parameters

Value

No return value; this function is called for its side effect of printing a formatted summary of the tree data frame. It displays parts of the data frame, such as the tree structure and various counts (like number of MCMC iterations, number of trees, and number of variables), while keeping the complete data accessible via indexing.


[Package bartMan version 0.1.0 Index]