
Add natural scale mean and standard deviation parameters for a Gamma model
Source:R/postprocess.R
add_mean_sd.gamma_samples.RdAgain, 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(),
add_mean_sd.weibull_samples(),
predict_delay_parameters()