extract_hmc_info {chkptstanr}R Documentation

Extract HMC Sampler Information

Description

Extract the inverse metric and step size adaption from CmdStanMCMC objects.

Usage

extract_hmc_info(object)

Arguments

object

An object of class CmdStanMCMC

Value

A list including

Note

This is primarily used internally.

Examples


## Not run: 

library(cmdstanr)

fit_schools_ncp_mcmc <- cmdstanr_example("schools_ncp")

extract_hmc_info(fit_schools_ncp_mcmc)


## End(Not run)

[Package chkptstanr version 0.1.1 Index]