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