get_pars_oi: Get 'pars_oi' of a Stan model fit

View source: R/stan_utilities.R

get_pars_oiR Documentation

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 class 'stanfit'
get_pars_oi(x)

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

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

Arguments

x

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


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