check_treedepth | R Documentation |
Check transitions that ended prematurely due to maximum tree depth limit
check_treedepth(fit, max_depth = 10)
fit |
A |
max_depth |
The tree depth limit. |
The number of iterations saturating the tree depth limit.
## Not run: check_treedepth(fit, 10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.