powered by
weibull_dist
Retrieve the parameters of a weibull_dist object.
# S3 method for weibull_dist params(x)
A named numeric vector with elements shape and scale.
shape
scale
A weibull_dist object.
params(weibull_dist(2, 3))
Run the code above in your browser using DataLab