Learn R Programming

distributions3 (version 0.2.2)

fit_mle.Binomial: 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 Binomial
fit_mle(d, x, ...)

Value

a Binomial object

Arguments

d

A Binomial object.

x

A vector of zeroes and ones.

...

Unused.