https://github.com/LarsGerdes/shinydistributions
A shiny-app to show which distribution fits best.
https://github.com/LarsGerdes/shinydistributions
Last synced: 4 months ago
JSON representation
A shiny-app to show which distribution fits best.
- Host: GitHub
- URL: https://github.com/LarsGerdes/shinydistributions
- Owner: LarsGerdes
- Created: 2018-06-05T09:04:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T21:26:26.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:12:49.061Z (8 months ago)
- Language: R
- Homepage:
- Size: 287 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - LarsGerdes/shinydistributions - A shiny-app to show which distribution fits best. (R)
README
# shinydistributions
A shiny app to show which distribution fits best.## Getting Started
1. Installation: devtools::install_github("LarsGerdes/shinydistributions")
2. Start app: shinydistributions::launch()This only works with R versions older than 4.0.0.
## Web Application
http://gerdes.shinyapps.io/server (App is not optimized for server version)## Usage
In the "Plot Distribution" window you can plot the density function of any distribution and adjust their parameters.The "Data Upload" window can be used to upload data. Alternatively to your own data you can select a R-Dataset for test purposes. In the "Plot Distribution" window will now be shown a histogram of the data, which can be compared to any distribution. The standard parameters are calculated with maximum likelihood estimation.
The "Properties of Distribution" window shows properties of the available distributions. The source of those and of the used density functions is the gamlss.dist package. This includes the errors of the package.
