powered by
normal
Retrieve the mean of a normal object.
# S3 method for normal mean(x, ...)
The mean of the normal object
The normal object to retrieve the mean from
Additional arguments to pass (not used)
x <- normal(5, 2) mean(x)
Run the code above in your browser using DataLab