Summarise, coerce continuous distribution vectors
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'cdist'
summary(object, ..., .id = ".name")
## S3 method for class 'cdist'
as_tibble(x, ...)
## S3 method for class 'cdist'
as.data.frame(x, ...)
## S3 method for class 'cdist'
as.character(x, alpha = 0.05, digits = NULL, ...)
## S3 method for class 'cdist'
format(x, quote = FALSE, alpha = 0.05, digits = 3, ...)
## S3 method for class 'cdist'
print(x, alpha = 0.05, digits = 3, ...)
|
object, x |
A cdist vector |
... |
Passed to parent functions |
.id |
column in which names should be placed, if present |
alpha |
level of confience for character representation of objects |
digits |
Number of digits to display |
quote |
Whether or not to quote formatted objects |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.