ashokkrish / CougarStats

5 stars 2 forks source link

Refactored code into multiple shiny modules. #21

Closed m-myer closed 5 months ago

m-myer commented 5 months ago

Created a Shiny module for each statistical topic (descStats.R, probDist.R, sampSizeEst.R, statInfr.R, and regCorr.R).

Moved Authors tab content into a separate script.

Changed layout and styling of website to accommodate new modularity. "Methods" now has a submenu for each topic, and the dropdown menu in the sidebarPanel for selecting statistical topics has been removed.

Includes some scripts I'm working on to move helper functions out of the main module files (printANOVA.R, printOneMean.R). These are still in progress and not currently being used.