Get the elapsed time of a Stan model fit
get_elapsed_time(x)# S3 method for stanfit
get_elapsed_time(x)
# S3 method for CmdStanMCMC
get_elapsed_time(x)
# S3 method for CmdStanMCMC_CSV
get_elapsed_time(x)
A stanfit
(from rstan
) or a CmdStanMCMC
(from cmdstanr
) object.