Learn R Programming

lestat (version 1.9)

summary.normal: Summary of a Probability Distribution Object

Description

Lists the main features of a probability distribution object.

Usage

# S3 method for normal
summary(object, ...)

Arguments

object

The object to be summarized.

Other possible arguments (not currently implemented).

Value

Readable text describing the object.

See Also

print

Examples

Run this code
# NOT RUN {
summary(normal())
# }

Run the code above in your browser using DataLab