Learn R Programming

dynamite (version 1.5.6)

get_pars_oi: Get pars_oi of a Stan model fit

Description

Get pars_oi of a Stan model fit

Usage

get_pars_oi(x)

# S3 method for stanfit get_pars_oi(x)

# S3 method for CmdStanMCMC get_pars_oi(x)

# S3 method for CmdStanMCMC_CSV get_pars_oi(x)

Arguments

x

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