as.data.frame.adfit | R Documentation |
extract_samples
Convert object of class adfit to data.frame. Calls
extract_samples
## S3 method for class 'adfit'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
Fitted object from |
row.names |
Ignored |
optional |
Ignored |
... |
Ignored |
This calls the default settings of
extract_samples
, no warmup samples and no
column for the log-posterior (lp__). Use this function
directly for finer control.
A data frame with parameters as columns and samples as rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.