normal
R/normal.R
mean.normal.Rd
Retrieve the mean of a normal object.
# S3 method for class 'normal' mean(x, ...)
The normal object to retrieve the mean from
Additional arguments to pass (not used)
The mean of the normal object
x <- normal(5, 2) mean(x) #> [1] 5