Learn R Programming

dynamite (version 1.5.6)

get_model_code: Get the model code of a Stan model fit

Description

Get the model code of a Stan model fit

Usage

get_model_code(x)

# S3 method for stanfit get_model_code(x)

# S3 method for CmdStanMCMC get_model_code(x)

# S3 method for CmdStanMCMC_CSV get_model_code(x)

Arguments

x

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