Add natural scale mean and standard deviation parameters for a latent gamma model
Source:R/postprocess.R
add_mean_sd.gamma_samples.Rd
Again, mu
and shape
here are the distributional parameters of brms
.
Usage
# S3 method for class 'gamma_samples'
add_mean_sd(data, ...)
See also
Other postprocess:
add_mean_sd()
,
add_mean_sd.default()
,
add_mean_sd.lognormal_samples()
,
predict_delay_parameters()