powered by
poisson_dist
Retrieve the parameters of a poisson_dist object.
# S3 method for poisson_dist params(x)
A named numeric vector with element lambda.
lambda
A poisson_dist object.
params(poisson_dist(5))
Run the code above in your browser using DataLab