
Add natural scale mean and standard deviation parameters for a Weibull model
Source:R/postprocess.R
add_mean_sd.weibull_samples.Rd
Note that the input parameters here are mu
and shape
, corresponding to
the distributional parameters used by brms
for the weibull
family.
Usage
# S3 method for class 'weibull_samples'
add_mean_sd(data, ...)
See also
Other postprocess:
add_mean_sd()
,
add_mean_sd.default()
,
add_mean_sd.gamma_samples()
,
add_mean_sd.lognormal_samples()
,
predict_delay_parameters()