Convert object of class tmbfit to data.frame. Calls extract_samples
Source: R/methods.R
as.data.frame.tmbfit.RdConvert object of class tmbfit to data.frame. Calls
extract_samples
Usage
# S3 method for class 'tmbfit'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Arguments
- x
Fitted object from
sample_snuts- row.names
Ignored
- optional
Ignored
- ...
Ignored
Details
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.