Learn R Programming

algebraic.dist (version 0.9.1)

mean.normal: Retrieve the mean of a normal object.

Description

Retrieve the mean of a normal object.

Usage

# S3 method for normal
mean(x, ...)

Value

The mean of the normal object

Arguments

x

The normal object to retrieve the mean from

...

Additional arguments to pass (not used)

Examples

Run this code
x <- normal(5, 2)
mean(x)

Run the code above in your browser using DataLab