summary.dist: Method for obtaining a summary of a dist object.
Description
Method for obtaining a summary of a dist object.
Usage
# S3 method for dist
summary(object, ..., name = NULL, nobs = NULL)
Value
A summary_dist object
Arguments
- object
The object to obtain the summary of
- ...
Additional arguments to pass
- name
The name of the distribution, defaults to the class of the object.
- nobs
The number of observations to report for the summary, if applicable.