powered by
Generic method for converting objects (such as fitted models) into distribution objects from the algebraic.dist package.
algebraic.dist
as_dist(x, ...)# S3 method for dist as_dist(x, ...)
# S3 method for dist as_dist(x, ...)
A dist object.
dist
The object to convert to a distribution.
Additional arguments to pass to methods.
# Identity for existing distributions d <- normal(0, 1) identical(as_dist(d), d)
Run the code above in your browser using DataLab