View source: R/hermite_estimator_bivar.R
summary.hermite_estimator_bivar | R Documentation |
Outputs key parameters of a bivariate hermite_estimator object along with estimates of the mean and standard deviation of the first and second dimensions of the bivariate data that the object has been updated with. Also outputs the Spearman's Rho and Kendall Tau of the bivariate data that the object has been updated with.
## S3 method for class 'hermite_estimator_bivar'
summary(object, digits = max(3, getOption("digits") - 3), ...)
object |
A hermite_estimator_bivar 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.