Skip to content

guhjy/ShinyIntroStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShinyIntroStats

Some Shiny apps appropriate for introductory statistics courses.

Install

ShinyIntroStats is not available on CRAN. You can install it from github using devtools::install_github.

## install.packages("devtools")
install_github("jrnold/ShinyIntroStats")

Usage

This package is primarily a means to distribute Shiny apps. To run one of the included apps,

library("ShinyIntroStats")
intro_stats_shinyapp()

Select the app that you would like to run and then Shiny will take care of the rest.

Miscellaneous Functions

Since far too much of introductory stats involves drawing normal or t-distributions and shading areas thereof, this package includes some convenience functions for drawing normal, t, and generic distributions and shading central or tail areas.

About

Some Shiny apps for introductory statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%