rnorm and rlnorm documentation erroneously request var and var log instead of sd and sd log, respectively
pierre177 opened this issue · 0 comments
pierre177 commented
According to the documentation, rnorm requests (n, mean, var) but it draws from a distribution that assumes it's (n, mean, sd).
Same issue for rlnorm.