extract_samples
Convert object of class adfit to data.frame. Calls
extract_samples
# S3 method for adfit
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Fitted object from sample_rwm
Ignored
Ignored
Ignored
A data frame with parameters as columns and samples as rows.
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.