family.distribution | R Documentation |
## S3 method for class 'distribution'
family(object, ...)
object |
The distribution(s). |
... |
Additional arguments used by methods. |
dist <- c(
dist_normal(1:2),
dist_poisson(3),
dist_multinomial(size = c(4, 3),
prob = list(c(0.3, 0.5, 0.2), c(0.1, 0.5, 0.4)))
)
family(dist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.