| as_dist | R Documentation |
Generic method for converting objects (such as fitted models) into
distribution objects from the algebraic.dist package.
as_dist(x, ...)
## S3 method for class 'dist'
as_dist(x, ...)
x |
The object to convert to a distribution. |
... |
Additional arguments to pass to methods. |
A dist object.
# Identity for existing distributions
d <- normal(0, 1)
identical(as_dist(d), d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.