fmcmc-deprecated | R Documentation |
These functions will no longer be included starting version 0.6-0. Instead, use the functions in mcmc-output.
last_elapsed()
LAST_MCMC
last_nsteps()
last_nchains()
last_kernel()
last_conv_checker()
last_(x)
x |
Name of the object to retrieve. |
An object of class fmcmc_last_mcmc
of length 0.
The function last_elapsed
returns the elapsed time of the last call
to MCMC. In particular, the MCMC
function records the running time of R
at the beginning and end of the function using proc.time()
. So this function
returns the difference between the two (time_end - time_start
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.