Learn R Programming

dynamite (version 1.5.6)

get_algorithm: 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 stanfit get_algorithm(x)

# S3 method for CmdStanMCMC get_algorithm(x)

# S3 method for CmdStanMCMC_CSV get_algorithm(x)

Arguments

x

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