powered by
Probability calculator for the log normal distribution
prob_lnorm(meanlog, sdlog, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)
Mean of the distribution on the log scale
Standard deviation of the distribution on the log scale
Lower bound (default is -Inf)
Upper bound (default is Inf)
Lower probability bound
Upper probability bound
Number of decimals to show
See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant
summary.prob_lnorm to summarize results
summary.prob_lnorm
plot.prob_lnorm to plot results
plot.prob_lnorm
prob_lnorm(meanlog = 0, sdlog = 1, lb = 0, ub = 1)
Run the code above in your browser using DataLab