print.summary.nlcm_doubletree_compact: Compact printing of 'nlcm_doubletree()' model fits

View source: R/summarize_results.R

print.summary.nlcm_doubletree_compactR Documentation

Compact printing of nlcm_doubletree() model fits

Description

print.summary.nlcm_doubletree_compact is a print method for class summary.nlcm_doubletree_compact.

Usage

## S3 method for class 'summary.nlcm_doubletree_compact'
print(
  x,
  print_leaves = TRUE,
  print_pi = FALSE,
  digits = max(3L, getOption("digits") - 3L),
  ...
)

Arguments

x

output from summary.nlcm_doubletree with compact = TRUE.

print_leaves

If TRUE, for each discovered group the full list of leaves will be printed. Set this to FALSE if these leaf lists make output difficult to read.

print_pi

If TRUE print inference about pi; default to FALSE.

digits

Number of significant digits to print.

...

Not used.

Value

see print.nlcm_doubletree()

See Also

Other nlcm_doubletree results: print.summary.nlcm_doubletree_long(), summary.nlcm_doubletree()


zhenkewu/doubletree documentation built on Oct. 21, 2023, 7:04 a.m.