Package: MSMU
Title: Descriptive Statistics Functions for Numeric Data
Version: 0.1.2
Authors@R: c(
    person(given = "Luke", family = "Papayoanou", email = "l.papayoanou@email.msmary.edu", role = "aut"),
    person(given = "Jon", family = "McCurdy", email= "j.r.mccurdy@msmary.edu", role =c("aut", "cre"))
    )
Description: Provides fundamental functions for descriptive statistics,
    including MODE(), estimate_mode(), center_stats(), position_stats(), pct(),
    spread_stats(), kurt(), skew(), and shape_stats(), which assist in
    summarizing the center, spread, and shape of numeric data. For more details,
    see McCurdy (2025), "Introduction to Data Science with R" 
    <https://jonmccurdy.github.io/Introduction-to-Data-Science/>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.5)
LazyData: true
Suggests: roxygen2
NeedsCompilation: no
Packaged: 2025-07-20 21:01:46 UTC; lukepapayoanou
Author: Luke Papayoanou [aut],
  Jon McCurdy [aut, cre]
Maintainer: Jon McCurdy <j.r.mccurdy@msmary.edu>
Repository: CRAN
Date/Publication: 2025-07-22 11:01:57 UTC
Built: R 4.6.0; ; 2025-10-11 01:34:53 UTC; windows
