get_algorithm: Get the algorithm used in a Stan model fit

View source: R/stan_utilities.R

get_algorithmR Documentation

Get the algorithm used in a Stan model fit

Description

Get the algorithm used in a Stan model fit

Usage

get_algorithm(x)

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

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

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

Arguments

x

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


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