-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
60 lines (43 loc) · 2.51 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,comment = "#>",fig.path = "man/figures/",
out.width = "100%")
library(badger)
```
# fitODBODRshiny <img src="man/figures/logo.png" align="right" alt="" width="150" />
<!-- badges: start -->
`r badge_cran_release("fitODBODRshiny")`
`r badge_cran_checks("fitODBODRshiny")`
`r badge_runiverse()`
`r badge_cran_download("fitODBODRshiny", "grand-total", "green")`
`r badge_cran_download("fitODBODRshiny", "last-month", "green")`
`r badge_cran_download("fitODBODRshiny", "last-week", "green")`
`r badge_repostatus("Active")`
`r badge_lifecycle("stable")`
[![GitHub issues](https://img.shields.io/github/issues/Amalan-ConStat/fitODBODRshiny.svg?style=popout)](https://github.com/Amalan-ConStat/fitODBODRshiny/issues)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
`r badge_code_size("Amalan-ConStat/fitODBODRshiny")`
<!-- badges: end -->
## How to engage with "fitODBODRshiny" the first time ?
```{r fitODBODRshiny from GitHub or CRAN,eval=FALSE}
## 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](https://cran.r-project.org/package=fitODBODRshiny)
Current Rshiny Application: [Here](https://amalan-con-stat.shinyapps.io/fitODBODRshiny/)
## 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.