stanGet | R Documentation |
Extracts the object created by rstan::sampling()
so that standard Stan diagnostics can be run from it
stanGet(object)
object |
an objected created by an |
the object created by rstan::sampling()
Frank Harrell
## Not run:
f <- blrm(...)
s <- stanGet(f)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.