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