get_diagnostics {dynamite} | R Documentation |
Get the diagnostics of a Stan model fit
Description
Get the diagnostics of a Stan model fit
Usage
get_diagnostics(x)
## S3 method for class 'stanfit'
get_diagnostics(x)
## S3 method for class 'CmdStanMCMC'
get_diagnostics(x)
## S3 method for class 'CmdStanMCMC_CSV'
get_diagnostics(x)
Arguments
x |
A |
[Package dynamite version 1.5.5 Index]