Create random log normal distribution object
创建随机数正态分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random log normal distribution object. Random log normal distribution object will save the mean and standard deviation (in log scale) parameters.
创建随机数正态分布对象。随机对数正态分布的对象将保存的均值和标准差(对数坐标)参数。
用法----------Usage----------
simLnorm(meanlog = 0, sdlog = 1)
参数----------Arguments----------
参数:meanlog
The mean in log scale
在log中的平均规模
参数:sdlog
The standard deviation in log scale
在对数刻度的标准偏差
值----------Value----------
参数:SimLnorm
Random Log Normal Distribution object (SimLnorm) that save the specified parameters
随机数正态的分布对象(SimLnorm),保存指定的参数
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
VirtualDist for all distribution objects.
VirtualDist的所有通讯对象。