suff_stat.Binomial | R Documentation |
Compute the sufficient statistics for the Binomial distribution from data
## S3 method for class 'Binomial'
suff_stat(d, x, ...)
d |
A |
x |
A vector of zeroes and ones. |
... |
Unused. |
A named list of the sufficient statistics of the Binomial distribution:
successes
: The total number of successful trials.
experiments
: The number of experiments run.
trials
: The number of trials run per experiment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.