get_elapsed_time: Get the elapsed time of a Stan model fit

View source: R/stan_utilities.R

get_elapsed_timeR Documentation

Get the elapsed time of a Stan model fit

Description

Get the elapsed time of a Stan model fit

Usage

get_elapsed_time(x)

## S3 method for class 'stanfit'
get_elapsed_time(x)

## S3 method for class 'CmdStanMCMC'
get_elapsed_time(x)

## S3 method for class 'CmdStanMCMC_CSV'
get_elapsed_time(x)

Arguments

x

A stanfit (from rstan) or a CmdStanMCMC (from cmdstanr) object.


dynamite documentation built on April 12, 2025, 1:18 a.m.