powered by
Returns the mapping of Stan integer codes to distribution names. Stan uses 0 for lognormal, 1 for gamma.
dist_spec_distributions()
A character vector of distribution names in Stan order.
if (FALSE) { dist_spec_distributions() dist_spec_distributions()[1] # "lognormal" }
Run the code above in your browser using DataLab