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 cafs
print(x, ...)# S3 method for basic_stats
print(x, ...)
# S3 method for quantiles
print(x, ...)
# S3 method for delta_funs
print(x, ...)
# S3 method for fit_stats
print(x, ...)
# S3 method for sum_dist
print(x, ...)
x (invisibly)
a subclass of data.frame, as returned by calc_stats().
additional arguments passed forward to
print.stats_dm().