Type: Package
Package: precisely
Title: Estimate Sample Size Based on Precision Rather than Power
Version: 0.1.1
Authors@R: 
    person("Malcolm", "Barrett", 
    email = "malcolmbarrett@gmail.com", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-0299-5825"))
Maintainer: Malcolm Barrett <malcolmbarrett@gmail.com>
Description: Estimate sample size based on precision rather than
    power. 'precisely' is a study planning tool to calculate sample size
    based on precision. Power calculations are focused
    on whether or not an estimate will be statistically significant;
    calculations of precision are based on the same principles as power
    calculation but turn the focus to the width of the confidence
    interval. 'precisely' is based on the work of Rothman and Greenland 
    (2018) <doi: 10.1097/EDE.0000000000000876>.
License: MIT + file LICENSE
URL: https://github.com/malcolmbarrett/precisely
BugReports: https://github.com/malcolmbarrett/precisely/issues
Depends: R (>= 3.2.0)
Imports: dplyr, ggplot2, magrittr, purrr, rlang, shiny,
        shinycssloaders, shinythemes, tidyr
Suggests: ggrepel, knitr, rmarkdown, spelling, testthat, vdiffr, covr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-11 23:49:31 UTC; malcolmbarrett
Author: Malcolm Barrett [aut, cre] (<https://orcid.org/0000-0003-0299-5825>)
Repository: CRAN
Date/Publication: 2021-01-12 09:40:07 UTC
