Learn R Programming

algebraic.dist (version 0.9.1)

dim.lognormal: Dimension of a log-normal distribution (always 1).

Description

Dimension of a log-normal distribution (always 1).

Usage

# S3 method for lognormal
dim(x)

Value

1.

Arguments

x

A lognormal object.

Examples

Run this code
dim(lognormal(0, 1))

Run the code above in your browser using DataLab