get_elapsed_time,ubmsFit-method {ubms} | R Documentation |
Get Model Runtime
Description
Get warmup and sampling time from a ubmsFit
object
Usage
## S4 method for signature 'ubmsFit'
get_elapsed_time(object, ...)
Arguments
object |
A |
... |
Arguments passed to |
Value
A matrix with one row per chain and two columns, containing the warmup time and sampling time, respectively, in seconds
[Package ubms version 1.2.6 Index]