Learn R Programming

mistr (version 0.0.6)

lnormdist: Creates an Object Representing Log Normal Distribution.

Description

The function creates an object which represents the log normal distribution.

Usage

lnormdist(meanlog = 0, sdlog = 1)

Value

Object of class lnormdist.

Arguments

meanlog

mean parameter, default: 0.

sdlog

standard deviation parameter, default: 1.

Details

See Lognormal.

See Also

Examples

Run this code
L <- lnormdist(0, 1)
d(L, c(2, 3, 4, NA))
r(L, 5)

Run the code above in your browser using DataLab