Learn R Programming

simsem (version 0.2-8)

simLnorm: Create random log normal distribution object

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
sdlog
The standard deviation in log scale

Value

  • SimLnormRandom Log Normal Distribution object (SimLnorm) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
lognorm <- simLnorm(0, exp(1))
    run(lognorm)
	summary(lognorm)

Run the code above in your browser using DataLab