bracket_parameters | R Documentation |
For distributions that have parameters, this function places those parameters in bracket notation, such as (0, 1) for a Normal distribution with a mean of 0 and variance of 1.
bracket_parameters(distribution, param_digits = 2)
distribution |
A single distplyr distribution for which the
|
param_digits |
Number of significant digits to include in the output. |
a single character with the parameters separated by commas and sandwiched by brackets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.