fitODBOD
fitODBOD: An R Package to Model Binomial Outcome Data using Binomial Mixture and Alternate Binomial Distributions. - Published in JOSS (2019)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: researchgate.net, joss.theoj.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
binomial-distribution
overdispersion
Last synced: 6 months ago
·
JSON representation
Repository
R package developing version of fitODBOD version 1.4.1
Basic Info
- Host: GitHub
- Owner: Amalan-ConStat
- License: gpl-2.0
- Language: HTML
- Default Branch: master
- Homepage: https://amalan-constat.github.io/R-fitODBOD/index.html
- Size: 38.9 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 2
Topics
binomial-distribution
overdispersion
Created over 7 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
title: "R-fitODBOD"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,comment = "#",collapse = TRUE, fig.path = "man/figures/README-")
```
[](https://cran.r-project.org/package=fitODBOD)
[](commits/master)
[](http://www.rdocumentation.org/packages/fitODBOD)
[](https://github.com/Amalan-ConStat/R-fitODBOD/blob/master/LICENSE)



[](https://www.repostatus.org/#active)
[](https://github.com/Amalan-ConStat/R-fitODBOD/issues)
[](https://travis-ci.org/Amalan-ConStat/R-fitODBOD)
[](https://ci.appveyor.com/project/Amalan-ConStat/R-fitODBOD)
[](https://codecov.io/gh/Amalan-ConStat/R-fitODBOD?branch=master)
[](http://joss.theoj.org/papers/388fc2f4d7c1e0ae83cf0de13ac038a4)
[](https://doi.org/10.5281/zenodo.3265356)
# fitODBOD
## How to engage with "fitODBOD" the first time ?
```{r fitODBOD from GitHub or CRAN,eval=FALSE}
## Installing the package from GitHub
devtools::install_github("Amalan-ConStat/R-fitODBOD")
## Installing the package from CRAN
install.packages("fitODBOD")
```
## Key Phrases
* BOD (Binomial Outcome Data)
* Over Dispersion
* Under Dispersion
* FBMD (Family of Binomial Mixture Distributions)
* ABD (Alternate Binomial Distributions)
* PMF (Probability Mass Function)
* CPMF (Cumulative Probability Mass Function)
## What does "fitODBOD" ?
You can understand BMD & ABD with PMF & CPMF. Further, BOD can be modeled using these Distributions
## Distributions
| Alternate Binomial Distributions | Binomial Mixture Distributions |
|:--------------------------------|:-------------------------------|
|1.Additive Binomial Distribution|1.Uniform Binomial Distribution |
|2.Beta-Correlated Binomial Distribution|2.Triangular Binomial Distribution|
|3.COM Poisson Binomial Distribution|3.Beta-Binomial Distribution|
|4.Correlated Binomial Distribution|4.Kumaraswamy Binomial Distribution|
|5.Multiplicative Binomial Distribution|5.Gaussian Hypergeometric Generalized Beta-Binomial Distribution|
|6.Lovinson Multiplicative Binomial Distribution|6.McDonald Generalized Beta-Binomial Distribution|
||7.Gamma Binomial Distribution|
||8.Grassia II Binomial Distribution|
## Modelling
To demonstrate the process the Alcohol Consumption Data, which is the most commonly used data-set by the researchers to explain
Over-dispersion will be taken {lemmens1988}. In this data-set, the number of alcohol consumption days in two reference weeks is separately
self-reported by a randomly selected sample of 399 respondents from the Netherlands in 1983. Here, the number of days a given individual
consumes alcohol out of seven days a week can be treated as a Binomial variable. The collection of all such variables from all respondents
would be defined as "Binomial Outcome Data".
### Step 1
The Alcohol consumption data is already in the necessary format to apply steps 2 to 5 and hence, step 1 can be avoided. The steps
2 to 5 can be applied only if the data-set is in the form of a frequency table as follows.
```{r ,Step 1_0}
library("fitODBOD") ## Loading packages
print(Alcohol_data) ## print the alcohol consumption data set
sum(Alcohol_data$week1) ## No of respondents or N
Alcohol_data$Days ## Binomial random variables or x
```
Suppose your data-set is not a frequency table as shown in the following data-set called `datapoints`. Then the function `BODextract`
can be used to prepare the appropriate format as follows.
```{r ,Step 1_1}
datapoints <- sample(0:7, 340, replace = TRUE) ## creating a set of raw BOD
head(datapoints) ## first few observations of datapoints dataset
## extracting and printing BOD in a usable way for the package
new_data <- BODextract(datapoints)
matrix(c(new_data$RV, new_data$Freq), ncol=2, byrow = FALSE)
```
### Step 2
As in the second step we test whether the Alcohol Consumption data follows the Binomial distribution based on the hypothesis given below:
Null Hypothesis : The data follows Binomial Distribution.
Alternate Hypothesis : The data does not follow Binomial Distribution.
Alcohol Consumption data consists of frequency information for two weeks but only the first week is considered for computation. By doing
so the researcher can verify if the results acquired from the functions are similar to the results acquired from previous researchers work.
```{r,Step 2_1}
BinFreq <- fitBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1)
print(BinFreq)
```
Looking at the p-value it is clear that null hypothesis is rejected at 5% significance level. This indicates that data does not fit the
Binomial distribution. The reason for a warning message is that one of the expected frequencies in the results is less than five. Now we
compare the actual and the fitting Binomial variances.
```{r, Step 2_2}
## Actual variance of observed frequencies
var(rep(Alcohol_data$Days, times = Alcohol_data$week1))
## Calculated variance for frequencies of fitted Binomial distribution
var(rep(BinFreq$bin.ran.var, times = fitted(BinFreq)))
```
The variance of observed frequencies and the variance of fitting frequencies are 6.253788 and 1.696035 respectively, which indicates
Over-dispersion.
### Step 3 and 4
Since the Over-dispersion exists in the data now it is necessary to fit the Binomial Mixture distributions Triangular Binomial, Beta-Binomial,
Kumaraswamy Binomial, Gamma Binomial, Grassia II Binomial, GHGBB and McGBB using the package, and select the best-fitting distribution using
Negative Log likelihood value, p-value and by comparing observed and expected frequencies. Modelling these distributions are given in the next
sub-sections.
#### a) Triangular Binomial distribution.
Maximizing the log likelihood value or in our case minimizing the negative log likelihood is used in the `EstMLExxx` functions.
The estimation of the `mode` parameter can be done by using the `EstMLETriBin` function, and then the estimated value has to be
applied to `fitTriBin` function to check whether the data fit the Triangular Binomial distribution.
```{r,Step 3_a}
## estimating the mode
modeTB <- EstMLETriBin(x=Alcohol_data$Days,freq=Alcohol_data$week1)
coef(modeTB) ## printing the estimated mode
## printing the Negative log likelihood value which is minimized
NegLLTriBin(x=Alcohol_data$Days,freq=Alcohol_data$week1,mode=modeTB$mode)
```
To fit the Triangular Binomial distribution for estimated mode parameter the following hypothesis is used
Null Hypothesis : The data follows Triangular Binomial Distribution.
Alternate Hypothesis : The data does not follow Triangular Binomial Distribution.
```{r,Step 4_a}
## fitting the Triangular Binomial Distribution for the estimated mode value
fTB <- fitTriBin(x=Alcohol_data$Days,obs.freq=Alcohol_data$week1,mode=modeTB$mode)
print(fTB)
AIC(fTB)
var(rep(fTB$bin.ran.var, times = fitted(fTB)))
```
Since the `p-value` is 0 which is less than 0.05 it is clear that the null hypothesis is rejected, and the estimated `Over-dispersion` is
0.2308269. Therefore, it is necessary to fit a better flexible distribution than the Triangular Binomial distribution.
#### b) Beta-Binomial distribution.
To estimate the two shape parameters of the Beta-Binomial distribution Methods of Moments or Maximum Likelihood estimation can be used.
Using the function `EstMLEBetaBin`(wrapper function of `mle2` from package `bbmle`) the Negative Log likelihood value will be minimized.
In order to estimate the shape parameters `a` and `b`, initial shape parameter values have to be given by the user to this function. These
initial values have to be in the domain of the shape parameters. Below given is the pair of estimates for initial values where `a=0.1` and
`b=0.1`.
```{r,step 3_b}
## estimating the shape parameters a, b
estimate <- EstMLEBetaBin(x=Alcohol_data$Days,freq = Alcohol_data$week1,a=0.1,b=0.1)
estimate@min ## extracting the minimized Negative log likelihood value
## extracting the estimated shape parameter a, b
a1 <- bbmle::coef(estimate)[1] ; b1 <- bbmle::coef(estimate)[2]
print(c(a1,b1)) ## printing the estimated shape parameters
```
To fit the Beta-Binomial distribution for estimated (Maximum Likelihood Estimation method) shape parameters the following hypothesis is used
Null Hypothesis : The data follows Beta-Binomial Distribution by the Maximum Likelihood Estimates.
Alternate Hypothesis: The data does not follow Beta-Binomial Distribution by the Maximum Likelihood Estimates.
```{r,step 4_b}
## fitting Beta Binomial Distribution for estimated shape parameters
fBB1 <- fitBetaBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,a=a1,b=b1)
print(fBB1)
AIC(fBB1)
var(rep(fBB1$bin.ran.var, times = fitted(fBB1)))
```
The `p-value` of 0.0901 > 0.05 indicates that the null hypothesis is not rejected. Current estimated shape parameters fit the
Beta-Binomial distribution. Note that the estimated `Over-dispersion` parameter is 0.4340673.
Function `EstMGFBetaBin` is used as below to estimate shape parameters `a` and `b` using Methods of Moments.
```{r,step 3_aa}
## estimating the shape parameter a, b
estimate <- EstMGFBetaBin(Alcohol_data$Days, Alcohol_data$week1)
print(c(estimate$a, estimate$b)) ## printing the estimated parameters a, b
## finding the minimized negative log likelihood value
NegLLBetaBin(x=Alcohol_data$Days,freq=Alcohol_data$week1,a=estimate$a,b=estimate$b)
```
To fit the Beta-Binomial distribution for estimated (Method of Moments) shape parameters the following hypothesis is used
Null Hypothesis : The data follows Beta-Binomial Distribution by the Method of Moments.
Alternate Hypothesis: The data does not follow Beta-Binomial Distribution by the Method of Moments.
```{r,step_3_bb}
## fitting Beta-Binomial Distribution to estimated shape parameters
fBB2 <- fitBetaBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,a=estimate$a,b=estimate$b)
print(fBB2)
AIC(fBB2)
var(rep(fBB2$bin.ran.var, times = fitted(fBB2)))
```
Results from Method of Moments to estimate the parameters have led to a `p-value` of 0.0831 which is greater than 0.05 indicates that the
null hypothesis is not rejected. The parameters estimated through Method of Moments fit the Beta-Binomial distribution for an estimated
`Over-dispersion` of 0.4324333.
#### c) Kumaraswamy Binomial distribution.
The shape parameters `a`, `b` and `it` are estimated and fitted below. Suppose the selected input parameters are
`a=10.1`, `b=1.1` and `it=20000`.
```{r,step 3_c}
## estimating the shape parameters and iteration value
estimate <- EstMLEKumBin(x=Alcohol_data$Days,freq=Alcohol_data$week1,a=10.1,b=1.1,it=20000)
estimate@min ## extracting the minimized negative log likelihood value
## extracting the shape parameter a and b
a1 <- bbmle::coef(estimate)[1] ; b1 <- bbmle::coef(estimate)[2] ; it1 <- bbmle::coef(estimate)[3]
print(c(a1, b1, it1)) ## print shape parameters and iteration value
```
To fit the Kumaraswamy Binomial distribution for estimated shape parameters the following hypothesis is used
Null Hypothesis : The data follows Kumaraswamy Binomial Distribution.
Alternate Hypothesis : The data does not follow Kumaraswamy Binomial Distribution.
```{r,step 4_c}
## fitting Kumaraswamy Binomial Distribution to estimated shape parameters
fKB <- fitKumBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,a=a1,b=b1,it=it1*100)
print(fKB)
AIC(fKB)
var(rep(fKB$bin.ran.var, times = fitted(fKB)))
```
The null hypothesis is not rejected at 5% significance level (`p-value`=0.0732 )for the estimated parameters `it=20000`, `a=0.7231022`,
`b=0.6099952` and the estimated `Over-dispersion` of 0.4252887.
#### d) Gamma Binomial distribution.
The shape parameters `c` and `l` are estimated and fitted below. Suppose the selected input parameters are
`c=10.1` and `l=5.1`.
```{r,step 3_d}
## estimating the shape parameters
estimate <- EstMLEGammaBin(x=Alcohol_data$Days,freq=Alcohol_data$week1,c=10.1,l=5.1)
estimate@min ## extracting the minimized negative log likelihood value
## extracting the shape parameter c and l
c1 <- bbmle::coef(estimate)[1] ; l1 <- bbmle::coef(estimate)[2]
print(c(c1, l1)) ## print shape parameters
```
To fit the Gamma Binomial distribution for estimated shape parameters the following hypothesis is used
Null Hypothesis : The data follows Gamma Binomial Distribution.
Alternate Hypothesis : The data does not follow Gamma Binomial Distribution.
```{r,step 4_d}
## fitting Gamma Binomial Distribution to estimated shape parameters
fGB <- fitGammaBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,c=c1,l=l1)
print(fGB)
AIC(fGB)
var(rep(fGB$bin.ran.var, times = fitted(fGB)))
```
The null hypothesis is not rejected at 5% significance level (`p-value`=0.0596)for the estimated parameters `c=0.6036061`,
`l=0.6030777` and the estimated `Over-dispersion` of 0.4308113.
#### e) Grassia II Binomial distribution.
The shape parameters `a` and `b` are estimated and fitted below using the `EstMLEGammaBin` function. Suppose the selected input parameters
are `a=1.1` and `b=5.1`.
```{r,step 3_e}
## estimating the shape parameters
estimate <- EstMLEGrassiaIIBin(x=Alcohol_data$Days,freq=Alcohol_data$week1,a=1.1,b=5.1)
estimate@min ## extracting the minimized negative log likelihood value
# extracting the shape parameter a and b
a1 <- bbmle::coef(estimate)[1] ; b1 <- bbmle::coef(estimate)[2]
print(c(a1, b1)) #print shape parameters
```
To fit the Grassia II Binomial distribution for estimated shape parameters the following hypothesis is used
Null Hypothesis : The data follows Grassia II Binomial Distribution.
Alternate Hypothesis : The data does not follow Grassia II Binomial Distribution.
```{r,step 4_e}
#fitting Grassia II Binomial Distribution to estimated shape parameters
fGB2 <- fitGrassiaIIBin(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,a=a1,b=b1)
print(fGB2)
AIC(fGB2)
var(rep(fGB2$bin.ran.var, times = fitted(fGB2)))
```
The null hypothesis is not rejected at 5% significance level (`p-value`=0.0596)for the estimated parameters `a=0.7285039`,
`b=2.0251513` and the estimated `Over-dispersion` of 0.259004.
#### f) GHGBB distribution.
Now we estimate the shape parameters and fit the GHGBB distribution for the first set of randomly selected initial input shape parameters of
`a=10.1`, `b=1.1` and `c=5`.
```{r, step 3_f}
#estimating the shape parameters
estimate <- EstMLEGHGBB(x=Alcohol_data$Days,freq=Alcohol_data$week1,a=10.1,b=1.1,c=5)
estimate@min #extracting the minimized negative log likelihood value
#extracting the shape parameter a, b and c
a1 <- bbmle::coef(estimate)[1] ; b1 <- bbmle::coef(estimate)[2] ; c1 <- bbmle::coef(estimate)[3]
print(c(a1, b1, c1)) #printing the shape parameters
```
To fit the GHGBB distribution for estimated shape parameters the following hypothesis is used.
Null Hypothesis : The data follows Gaussian Hypergeometric Generalized Beta-Binomial Distribution.
Alternate Hypothesis : The data does not follow Gaussian Hypergeometric Generalized Beta-Binomial Distribution.
```{r, step 4_f}
#fitting GHGBB distribution for estimated shape parameters
fGG <- fitGHGBB(Alcohol_data$Days, Alcohol_data$week1, a1, b1, c1)
print(fGG)
AIC(fGG)
var(rep(fGG$bin.ran.var, times = fitted(fGG)))
```
The null hypothesis is not rejected at 5% significance level (`p-value`=0.8642). The estimated shape parameters are `a=1.3506836`,
`b=0.3245421` and `c=0.7005210`, where the estimated `Over-dispersion` of 0.4324874.
#### g) McGBB distribution.
Given below is the results generated for the randomly selected initial input parameters where `a=1.1`, `b=5` and `c=10`.
```{r,step 3_g}
#estimating the shape parameters
estimate <- EstMLEMcGBB(x = Alcohol_data$Days,freq = Alcohol_data$week1,a = 1.1, b = 5, c = 10)
estimate@min #extracting the negative log likelihood value which is minimized
#extracting the shape parameter a, b and c
a1 <- bbmle::coef(estimate)[1] ; b1 <- bbmle::coef(estimate)[2] ; c1 <- bbmle::coef(estimate)[3]
print(c(a1, b1, c1)) #printing the shape parameters
```
To fit the McGBB distribution for estimated shape parameters the following hypothesis is used
Null Hypothesis : The data follows McDonald Generalized Beta-Binomial Distribution.
Alternate Hypothesis : The data does not follow McDonald Generalized Beta-Binomial Distribution.
```{r,step 4_g}
#fitting the MCGBB distribution for estimated shape parameters
fMB <- fitMcGBB(x=Alcohol_data$Days,obs.fre=Alcohol_data$week1,a=a1,b=b1,c=c1)
print(fMB)
AIC(fMB)
var(rep(fMB$bin.ran.var, times = fitted(fMB)))
```
The null hypothesis is not rejected at 5% significance level (`p-value`=0.695 > 0.05). The estimated shape parameters are `a=0.04099005`
`b=0.2108279` and `c=21.67349`, and the estimated `Over-dispersion` of 0.4359023.
### Step 5
Below table presents the expected frequencies, p-values, Negative Log Likelihood values, AIC values, Variance and
Over-dispersion of the Binomial Mixture distributions obtained above for the Alcohol Consumption data. Further, for the above fitting
distributions difference values (the difference between observed frequency and expected frequency) are calculated and included in the
table in brackets with next to the expected frequencies of that distribution.

## Conclusion
The best-fitting distribution is chosen by comparing three main measurements extracted from the results shown in the above table
which are p-value, Negative Log Likelihood value, the count of difference between expected and observed frequencies in the range of +/-5,
variance difference and AIC values.
Then the following three criteria will be considered for the selection procedure
1. The `p-value` >0.05 from the hypothesis test.
2. The Negative Log Likelihood value.
3. The AIC value.
4. The number of difference values within the range of +/-5.
5. The Variance difference between expected and observed frequency.
The following table shows the respective values of the above criteria and the corresponding Over-dispersion value for each
distribution constructed for Alcohol Consumption data.

Triangular Binomial and Binomial distributions cannot be fitted since its p-value < 0.05. The Negative Log Likelihood values
of GHGBB and McGBB distributions are the lowest and are quite similar. Similarly AIC values are lowest for GHGBB and McGBB,
also highest AIC values is for Triangular Binomial distribution. Based on the count of difference values for the
Beta-Binomial distribution it is four out of eight and similar for distributions Gamma Binomial, Grassia II Binomial, and
Kumaraswamy Binomial. But for the McGBB distribution it is seven out of eight counts.
Further, Over-dispersion parameters of all four fitted distributions are same for the second decimal point
(Over-dispersion = 0.43) except Triangular Binomial and Grassia II Binomial distributions where they are similar for
the first decimal point (Over-dispersion = 0.2). Clearly variance difference is highest for Binomial distribution and lowest
for GHGBB distribution, while others are significant only from the second decimal point.
The best-fitting distribution GHGBB has the highest p-value of 0.8642, the lowest Negative Log Likelihood value of 809.2767
and AIC value of 815.2767, the count of difference values is eight out of eight and indicates an estimated Over-dispersion
of 0.4324875. The variance difference between observed and expected frequencies of GHGBB leads to the smallest value of
0.004453.
#### Thank You
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FAmalan-ConStat%2FR-fitODBOD)
[  ]( https://www.linkedin.com/in/amalan-mahendran-72b86b37/)
[  ]( https://www.researchgate.net/profile/Amalan_Mahendran )
Owner
- Name: M. Amalan
- Login: Amalan-ConStat
- Kind: user
- Location: Kandy, Sri Lanka and Brisbane, Australia
- Company: QUT
- Website: https://amalan-con-stat.netlify.com/
- Twitter: Amalan_Con_Stat
- Repositories: 5
- Profile: https://github.com/Amalan-ConStat
Well, I am a statistician with practices in R statistical programming. Interests include R packages, Rmarkdown Reports, Rshiny Apps and #TidyTuesday.
JOSS Publication
fitODBOD: An R Package to Model Binomial Outcome Data using Binomial Mixture and Alternate Binomial Distributions.
Published
July 02, 2019
Volume 4, Issue 39, Page 1505
Authors
Tags
fitODBOD BOD Over-dispersion FBMD ABDGitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Amalan-ConStat | a****5@g****m | 218 |
| Charlotte Soneson | c****n@g****m | 2 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 3
- Average time to close issues: 8 days
- Average time to close pull requests: 6 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 4.33
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- osorensen (3)
Pull Request Authors
- csoneson (2)
- katrinleinweber (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- bbmle * imports
- hypergeo * imports
- stats * imports
- covr * suggests
- devtools * suggests
- knitr * suggests
- testthat * suggests
