summary.normal {lestat} | R Documentation |
Summary of a Probability Distribution Object
Description
Lists the main features of a probability distribution object.
Usage
## S3 method for class 'normal'
summary(object, ...)
Arguments
object |
The object to be summarized. |
... |
Other possible arguments (not currently implemented). |
Value
Readable text describing the object.
Author(s)
Petter Mostad <mostad@chalmers.se>
See Also
Examples
summary(normal())
[Package lestat version 1.9 Index]