View source: R/hermite_estimator_univar.R
summary.hermite_estimator_univar | R Documentation |
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.
## S3 method for class 'hermite_estimator_univar'
summary(object, digits = max(3, getOption("digits") - 3), ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.