Package: biostats101
Type: Package
Title: Practical Functions for Biostatistics Beginners
Version: 0.1.0
Authors@R: c(
    person(given = "Marina", family = "Mautner Wizentier", role = c("aut", "cre"), 
           email = "mm12025@nyu.edu", comment = c(ORCID = "0000-0002-7259-5109")),
    person(given = "Melody S.", family = "Goodman", role = "aut",
           comment = c(ORCID = "0000-0001-8932-624X")),
    person(given = "Jemar R.", family = "Bather", role = "aut", 
           comment = c(ORCID = "0000-0002-0285-3678")))
Description: A set of user-friendly functions designed to fill gaps in existing introductory biostatistics R tools, making it easier for newcomers to perform basic biostatistical analyses without needing advanced programming skills.
 The methods implemented in this package are based on the works:
 Connor (1987) <doi:10.2307/2531961>
 Fleiss, Levin, & Paik (2013, ISBN:978-1-118-62561-3)
 Levin & Chen (1999) <doi:10.1080/00031305.1999.10474431>
 McNemar (1947) <doi:10.1007/BF02295996>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr, ggplot2, tidyr
Suggests: roxygen2, testthat
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-08-30 16:08:36 UTC; marinawizentier
Author: Marina Mautner Wizentier [aut, cre]
    (<https://orcid.org/0000-0002-7259-5109>),
  Melody S. Goodman [aut] (<https://orcid.org/0000-0001-8932-624X>),
  Jemar R. Bather [aut] (<https://orcid.org/0000-0002-0285-3678>)
Maintainer: Marina Mautner Wizentier <mm12025@nyu.edu>
Repository: CRAN
Date/Publication: 2024-09-04 13:00:05 UTC
