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)

Format

An object of class fmcmc_last_mcmc of length 0.

Arguments

x

Name of the object to retrieve.

Value

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).