Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 3.13 KB

README.md

File metadata and controls

68 lines (52 loc) · 3.13 KB

fitODBODRshiny

CRAN checks r-universe status badge

Project Status: Active - The project has reached a stable, usable state and is being actively developed. GitHub issues

MIT license

How to engage with “fitODBODRshiny” the first time ?

## Installing the package from GitHub
devtools::install_github("Amalan-ConStat/fitODBODRshiny")

## Installing the package from CRAN
install.packages("fitODBODRshiny")

R package for the Application: Here

Current Rshiny Application: Here

What does this Rshiny App does ?

  • Binomial Outcome data can be fitted by the binomial distribution, however when there is overdispersion, that is means there is correlation among the binomial random variables.
  • That means we need better distributions to fit the overdispersed big data.
  • These better distributions are Alternate Binomial and Binomial Mixture distributions.
  • In this application we fit these distributions for the binomial outcome datasets in the R package “fitODBOD”.

process

  1. From the seven datasets select a dataset.
  2. Based on the selection fitted results for the Alternate Binomial and Binomial Mixture distributions are shown in as plots in the tabs.
  3. Methods that require maximum likelihood estimation are repeated fifty times for accuracy and their estimated model parameters are also plotted.
  4. To compare the methods we use a table for each of distribution type.
  5. After observing these tables we have written a few points of the results, possibly the best method as well.