| params | R Documentation |
Generic method for obtaining the parameters of an object.
params(x)
x |
The object to obtain the parameters of. |
A named vector (or list) of distribution parameters.
x <- normal(5, 2)
params(x) # mu = 5, var = 2
y <- exponential(3)
params(y) # rate = 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.