View source: R/summarize_results.R
print.summary.nlcm_doubletree_compact | R Documentation |
nlcm_doubletree()
model fitsprint.summary.nlcm_doubletree_compact
is a print method for class
summary.nlcm_doubletree_compact
.
## S3 method for class 'summary.nlcm_doubletree_compact'
print(
x,
print_leaves = TRUE,
print_pi = FALSE,
digits = max(3L, getOption("digits") - 3L),
...
)
x |
output from |
print_leaves |
If |
print_pi |
If |
digits |
Number of significant digits to print. |
... |
Not used. |
see print.nlcm_doubletree()
Other nlcm_doubletree results:
print.summary.nlcm_doubletree_long()
,
summary.nlcm_doubletree()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.