summary.hermite_estimator_univar {hermiter} | R Documentation |
Summarizes univariate hermite_estimator object.
Description
Outputs key parameters of a univariate hermite_estimator object along with estimates of the mean, standard deviation and deciles of the data that the object has been updated with.
Usage
## S3 method for class 'hermite_estimator_univar'
summary(object, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
A hermite_estimator_univar object. |
digits |
A numeric value. Number of digits to round to. |
... |
Other arguments passed on to methods used in summary. |
[Package hermiter version 2.3.1 Index]