View source: R/print-summary.R
summary.stapDP | R Documentation |
Summaries of parameter estimates and MCMC convergence diagnostics (effective sample size, Rhat).
## S3 method for class 'stapDP'
summary(object, ..., digits = 1)
## S3 method for class 'summary.stapDP'
print(x, digits = max(1, attr(x, "print.digits")), ...)
object |
stapDP object |
... |
ignored |
digits |
Number of digits to use for formatting numbers when printing.
When calling |
x |
An object of class |
The summary
method returns an object of class
"summary.staDP"
which is a matrix of
summary statistics and diagnostics, with attributes storing information for use by the
print
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.