CougarStats is an open-source platform-independent browser-based interface for statistical data analysis.
You can use the app on our website: https://www.cougarstats.ca/
or using our backup on Shinyapp.io server by clicking https://cougarstats.shinyapps.io/CougarStats/
Alternatively you can send a pull request to download all the files in this repository and run the app by loading global.R
, ui.R
, and server.R
and clicking Run App
. Note that the CougarStats
project is not on CRAN, just on github.
CougarStats has also been Dockerized. You can pull the Docker image here by running:
docker pull mmyer/cougarstats:latest
then start the container:
docker run -dp 127.0.0.1:3838:3838 mmyer/cougarstats
and navigate to 127.0.0.1:3838 using a browser of your choice to access a copy of CougarStats running locally on your machine.
Read more about Getting Started with Docker.
- Calculate the descriptive statistics (ex. mean, median, mode, quartiles, IQR, standard deviation, check for potential outliers etc.)
- Construct a Boxplot, Histogram, Stem and Leaf plot, and Scatterplot
- Calculate the marginal, joint, union, and conditional probabilities for a contingency table
- Calculate exact and cumulative probabilities for Binomial and Poisson distributions
- Calculate cumulative probability for Normal distribution
- Sample size estimation
- Confidence interval and Hypothesis test for
- one population mean
- difference between two population means (independent samples)
- population mean difference of paired populations (dependent samples)
- one population proportion
- difference between two population proportions
- One-Way Analysis of Variance (ANOVA)
- Chi-Square test of independence
- Simple Linear Regression and Pearson Correlation Coefficient
- Students enrolled in an introductory statistics class
- Instructors wanting to use an open-source tool in their labs
- Ashok Krishnamurthy Ph.D., MRU Associate Professor: Project supervisor, template and model designer, copyright holder. See the faculty biography page of Prof. Krishnamurthy.
- Bryce Carson: Senior Developer
- Samantha Brian: Developer
- Michael Myer: Senior Developer
- Michael Walsh: Developer
Grant and/or Funding Agency | Recipient | Date(s) |
---|---|---|
FST Mount Royal University Student Research Grant | Michael Myer | June through August 2023 |
Provost's Teaching-Learning Enhancement Grant (TLEG) | Michael Myer | September 2023 through April 2024 |
TLEG | Bryce Carson | November 2024 through January 2025 |
TLEG | Samantha Brian | January 2025 |
CougarStats is partially-derived from the senior project coursework of Crystal Wai, completed in Fall 2022 (Mount Royal University COMP 5690: Senior Computer Science Project).