Learn R Programming

Installation

You may need to install Shiny package before installation shinyCLT.

install.packages("shiny")

Then proceed to installation of shinyCLT package from CRAN:

install.packages("shinyCLT")

or GitHub

devtools::install_github("shinyCLT/shinyCLT", build_vignettes = TRUE)

Then you could load the library and run the application.

library(shinyCLT)
CLT()

For more detailed information, see vignette("shinyCLT").

Copy Link

Version

Install

install.packages('shinyCLT')

Monthly Downloads

195

Version

0.9.4

License

GPL-2

Maintainer

Dominique-Laurent Couturier

Last Published

February 27th, 2025

Functions in shinyCLT (0.9.4)

shinyCLT

shinyCLT
CLT

Launch the Central Limit Theorem Shiny application