View source: R/print_functions.R
print.summary.ddt_lcm | R Documentation |
Print out summary of a ddt_lcm model
## S3 method for class 'summary.ddt_lcm'
print(x, digits = 3L, ...)
x |
a "summary.ddt_lcm" object |
digits |
integer indicating the number of decimal places (round) to be used. |
... |
Further arguments passed to each method |
Other ddt_lcm results:
print.ddt_lcm()
,
summary.ddt_lcm()
data(result_diet_1000iters)
burnin <- 500
summarized_result <- summary(result_diet_1000iters, burnin, relabel = TRUE, be_quiet = TRUE)
print(summarized_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.