| mean.normal | R Documentation |
normal object.Retrieve the mean of a normal object.
## S3 method for class 'normal'
mean(x, ...)
x |
The |
... |
Additional arguments to pass (not used) |
The mean of the normal object
x <- normal(5, 2)
mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.