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