View source: R/distributions.R
def_dist | R Documentation |
Define a family of distributions.
def_dist(dist, ...)
dist |
distribution type. Distributions currently supported are:
|
... |
a series of distribution parameters. Included should be the following:
|
List with components specified in the parameters.
d = def_dist(
dist = "gamma",
mean = 3.49,
mean_sd = 0.1477,
shape = 8.5,
shape_sd = 1.8945,
max = 8
)
print(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.