toExplicitDistribution | R Documentation |
Convert user-given distribution to an explicit CAMPSIS distribution. Passed distribution can be: - a NULL value. In that case, it will be converted into an 'UndefinedDistribution'. - a single numeric value. In that case, it will be converted into a 'ConstantDistribution'. - a numeric vector. In that case, it will be converted into a 'FixedDistribution'. - all available types of distribution. In this case, no conversion is applied.
toExplicitDistribution(distribution)
distribution |
user-given distribution |
a distribution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.