Description Usage Arguments Value Examples
Generates a distribution definition when only parameter estimates
are available for log normal distributed parameters. See rlnorm for distribution information.
1  | lognorm_dist_def(mean, mean_sd, sd, sd_sd, max_value, samples, to_log = FALSE)
 | 
mean | 
 Numeric, log mean parameter of the gamma distribution.  | 
mean_sd | 
 Numeric, standard deviation of the log mean parameter.  | 
sd | 
 Numeric, log sd parameter of the gamma distribution.  | 
sd_sd | 
 Numeric, standard deviation of the log sd parameter.  | 
max_value | 
 Numeric, the maximum value to allow. Defaults to 120. Samples outside of this range are resampled.  | 
samples | 
 Numeric, number of sample distributions to generate.  | 
to_log | 
 Logical, should parameters be logged before use.  | 
A data.table definining the distribution as used by dist_skel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.