check_treedepth: Check transitions that ended prematurely due to maximum tree...

View source: R/stan-utils.R

check_treedepthR Documentation

Check transitions that ended prematurely due to maximum tree depth limit

Description

Check transitions that ended prematurely due to maximum tree depth limit

Usage

check_treedepth(fit, max_depth = 10)

Arguments

fit

A stanfit object.

max_depth

The tree depth limit.

Value

The number of iterations saturating the tree depth limit.

Examples

## Not run: 
check_treedepth(fit, 10)

## End(Not run)

tomshafer/tshfr documentation built on Sept. 27, 2022, 2:42 p.m.