Gather MCMC chain draws to data.frame on a long format
Gather MCMC chain draws to data.frame on a long format
Useful to convert MCMC chain draws of particular parameters or output from the model object to a long format for further data wrangling
gather_draws(mod,..., transformed = F)
Arguments
mod: an object of class "plm0","plm","gplm0" or "gplm".
...: any number of character vectors containing valid names of parameters in the model or "rating_curve" and "rating_curve_mean". Also accepts "latent_parameters" and "hyperparameters".
transformed: boolean value determining whether the parameter is to be represented on the transformed scale used for sampling in the MCMC chain or the original scale. Defaults to FALSE.
B. Hrafnkelsson, H. Sigurdarson, S.M. Gardarsson, 2020, Generalization of the power-law rating curve using hydrodynamic theory and Bayesian hierarchical modeling. arXiv preprint 2010.04769
See Also
plm0, plm, gplm0, gplm for further information on parameters