print.estimated_partition: Print estimated_partition

View source: R/fit_estimate.R

print.estimated_partitionR Documentation

Print estimated_partition

Description

Print a summary of the estimated partition. Uses get_desc_df

Usage

## S3 method for class 'estimated_partition'
print(
  x,
  do_str = TRUE,
  drop_unsplit = TRUE,
  digits = NULL,
  import_order = FALSE,
  ...
)

Arguments

x

estimated_partition object

do_str

If True, use a string like "(a, b]", otherwise have two separate columns with a and b

drop_unsplit

If True, drop columns for variables overwhich the partition did not split

digits

digits Option (default is NULL)

import_order

Whether should use importance ordering (most important on the left) or input ordering (default) for features.

...

Additional arguments. These will be passed to print.data.frame

Value

string (and displayed)


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.