English

Designing Modular Software: A Case Study in Introductory Statistics

Other Statistics 2016-10-24 v2

Abstract

Modular programming is a development paradigm that emphasizes self-contained, flexible, and independent pieces of functionality. This practice allows new features to be seamlessly added when desired, and unwanted features to be removed, thus simplifying the user-facing view of the software. The recent rise of web-based software applications has presented new challenges for designing an extensible, modular software system. In this paper, we outline a framework for designing such a system, with a focus on reproducibility of the results. We present as a case study a Shiny-based web application called intRo, that allows the user to perform basic data analyses and statistical routines. Finally, we highlight some challenges we encountered, and how to address them, when combining modular programming concepts with reactive programming as used by Shiny.

Keywords

Cite

@article{arxiv.1608.02533,
  title  = {Designing Modular Software: A Case Study in Introductory Statistics},
  author = {Eric Hare and Andee Kaplan},
  journal= {arXiv preprint arXiv:1608.02533},
  year   = {2016}
}

Comments

16 pages, 3 figures

R2 v1 2026-06-22T15:15:09.022Z