Returns an HTML document with figures showing data, model fits, and diagnostics.
1 2 3 4 5 6 7 8 9 10 11 12 13 | report(x, y, ...)
## S4 method for signature 'RBfit,missing'
report(x, dir = tempdir(), author = NULL,
filename = NULL, bubble = 7, ...)
## S4 method for signature 'stanfit,missing'
report(x, dir = tempdir(), author = NULL,
filename = NULL, bubble = 7, ...)
## S4 method for signature 'stanfit,stanfit'
report(x, y, dir = tempdir(),
author = NULL, filename = NULL, bubble = 7, ...)
|
x |
An object of class |
y |
An optional object of class |
... |
Miscellaneous arguments to pass. |
dir |
The directory for saving the HTML document. |
author |
A character string for the author. |
filename |
Optional, string for name of the HTML file. |
bubble |
Numeric for scaling size of bubbles in bubble plot. See plot.RBdata. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.