fit_mle.Binomial {distributions3} | R Documentation |
Fit a Binomial distribution to data
Description
The fit distribution will inherit the same size
parameter as
the Binomial
object passed.
Usage
## S3 method for class 'Binomial'
fit_mle(d, x, ...)
Arguments
d |
A |
x |
A vector of zeroes and ones. |
... |
Unused. |
Value
a Binomial
object
[Package distributions3 version 0.2.1 Index]