View source: R/formatting_stats_dm.R
print.cafs | R Documentation |
when calling calc_stats()
, each returned statistic will be a
subclass of stats_dm
and data.frame. The following print()
methods will
call the more generic print.stats_dm()
function.
## S3 method for class 'cafs'
print(x, ...)
## S3 method for class 'quantiles'
print(x, ...)
## S3 method for class 'delta_funs'
print(x, ...)
## S3 method for class 'fit_stats'
print(x, ...)
## S3 method for class 'sum_dist'
print(x, ...)
x |
a subclass of data.frame, as returned by |
... |
additional arguments passed forward to
|
x
(invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.