Skip to content

Repositório dos principais modelos discretos e contínuos em Shiny.

Notifications You must be signed in to change notification settings

Andryas/distShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main Discrete and Continuous Models in Shiny


The models in this Shiny application, which are commonly used in basic statistics courses, aim to help students from various fields understand the main probability distributions.

The models covered are:

Discrete Models

  • Discrete Uniform Model
  • Bernoulli/Binomial Model
  • Negative Binomial Model
  • Geometric Model
  • Poisson Model
  • Hypergeometric Model

Continuous Models

  • Continuous Uniform Model
  • Exponential Model
  • Normal Model
  • Gamma Model
  • Beta Model

To access the Shiny application, simply open R, install the shiny and devtools packages if they are not already installed, and run the following command:

# install.packages(c("shiny","devtools"))
shiny::runGitHub("andryas/distShiny")

Alternatively, you can access the Shiny application through this link.

Voilà.

About

Repositório dos principais modelos discretos e contínuos em Shiny.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages