Package: InteractionPoweR
Title: Power Analyses for Interaction Effects in Cross-Sectional
        Regressions
Version: 0.2.1
Authors@R: 
    c(person(given = "David",
           family = "Baranger",
           role = c("aut", "cre"),
           email = "dbaranger@gmail.com",
           comment = c(ORCID = "0000-0002-6659-357X",website="davidbaranger.com")),
    person(given = "Brandon",
           family = "Goldstein",
           role = "ctb",
           email = "brandonlgoldstein@gmail.com")   , 
    person(given = "Megan",
           family = "Finsaas",
           role = "ctb",
           email = "megan.finsaas@gmail.com")  ,
    person(given = "Thomas",
           family = "Olino",
           role = "ctb",
           email = "thomas.olino@gmail.com")  ,
    person(given = "Colin",
           family = "Vize",
           role = "ctb",
           email = "vizece@upmc.edu")  ,
    person(given = "Don",
           family = "Lynam",
           role = "ctb",
           email = "dlynam@purdue.edu")  
           )
Description: Power analysis for regression models which test the interaction of
    two independent variables on a single dependent variable. Includes options 
    for continuous, binary, or ordinal variables, as well as correlated 
    interacting variables. Also includes options to specify variable reliability.
    Power analyses can be done either analytically or via simulation.  Includes 
    tools for simulating single data sets and visualizing power analysis results.
    The primary functions are power_interaction_r2() and power_interaction(). 
    Please cite as: Baranger DAA, Finsaas MC, Goldstein BL, Vize CE, Lynam DR,
    Olino TM (2022). "Tutorial: Power analyses for interaction effects in 
    cross-sectional regressions." <doi:10.31234/osf.io/5ptd7>. 
Maintainer: David Baranger <dbaranger@gmail.com>
URL: https://dbaranger.github.io/InteractionPoweR/,
        https://doi.org/10.31234/osf.io/5ptd7
BugReports: https://github.com/dbaranger/InteractionPoweR/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports: dplyr, MASS, parallel, doParallel, foreach, ggplot2, polynom,
        chngpt, rlang, tidyr, stats, ggbeeswarm, Matrix
NeedsCompilation: no
Packaged: 2023-04-18 21:35:07 UTC; dbara
Author: David Baranger [aut, cre] (<https://orcid.org/0000-0002-6659-357X>,
    davidbaranger.com),
  Brandon Goldstein [ctb],
  Megan Finsaas [ctb],
  Thomas Olino [ctb],
  Colin Vize [ctb],
  Don Lynam [ctb]
Repository: CRAN
Date/Publication: 2023-04-18 21:50:02 UTC
Built: R 4.1.2; ; 2023-04-19 12:04:13 UTC; unix
