powered by
The function creates an object which represents the log normal distribution.
lnormdist(meanlog = 0, sdlog = 1)
mean parameter, default: 0.
standard deviation parameter, default: 1.
Object of class lnormdist.
See Lognormal.
Lognormal
# NOT RUN { L <- lnormdist(0, 1) d(L, c(2, 3, 4, NA)) r(L, 5) # }
Run the code above in your browser using DataLab