datacamp/rdocumentation-2.0

rnorm and rlnorm documentation erroneously request var and var log instead of sd and sd log, respectively

pierre177 opened this issue · 0 comments

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.