Summarise, print, characterify distributions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## S3 method for class 'cdist_item'
summary(object, quantiles = c(0.05, 0.25, 0.5, 0.75,
0.95), ...)
## S3 method for class 'cdist_item'
as_tibble(x, ...)
## S3 method for class 'cdist_item'
as.data.frame(x, ...)
## S3 method for class 'cdist_item'
as.character(x, digits = 3, alpha = 0.05, ...)
## S3 method for class 'cdist_item'
print(x, ...)
## S3 method for class 'cdist_item'
format(x, ...)
|
object, x |
A continuous distribution object. |
quantiles |
Quantiles to include in the summary object |
... |
Passed to parent methods |
digits |
The number of digits to display |
alpha |
The confidence level to which print when coercing to character |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.