View source: R/summarize_results.R
summary.lcm_tree | R Documentation |
summary.lcm_tree
summarizes the results from lcm_tree()
.Will have some randomness associated with the upper and lower bounds, because we simulated the Gaussian variables before converting to probabilities.
## S3 method for class 'lcm_tree' summary(object, compact = FALSE, B = 10000, ...)
object |
Output from |
compact |
If |
B |
Default |
... |
Not used. |
see print.lcm_tree()
Other lcm_tree results:
print.lcm_tree()
,
print.summary.lcm_tree_compact()
,
print.summary.lcm_tree_long()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.