Package: tidycomm
Title: Data Modification and Analysis for Communication Research
Version: 0.2.1
Authors@R: 
    person(given = "Julian",
           family = "Unkel",
           role = c("aut", "cre"),
           email = "julian.unkel@gmail.com",
           comment = c(ORCID = "0000-0001-9568-7041"))
Description: Provides convenience functions for common data
    modification and analysis tasks in communication research. This
    includes functions for univariate and bivariate data analysis, index
    generation and reliability computation, and intercoder reliability
    tests. All functions follow the style and syntax of the tidyverse, and
    are construed to perform their computations on multiple variables at
    once. Functions for univariate and bivariate data analysis comprise
    summary statistics for continuous and categorical variables, as well
    as several tests of bivariate association including effect sizes.
    Functions for data modification comprise index generation and
    automated reliability analysis of index variables. Functions for
    intercoder reliability comprise tests of several intercoder
    reliability estimates, including simple and mean pairwise percent
    agreement, Krippendorff's Alpha (Krippendorff 2004, ISBN:
    9780761915454), and various Kappa coefficients (Brennan & Prediger
    1981 <doi: 10.1177/001316448104100307>; Cohen 1960 <doi:
    10.1177/001316446002000104>; Fleiss 1971 <doi: 10.1037/h0031619>).
License: GPL-3
URL: https://joon-e.github.io/tidycomm/
BugReports: https://github.com/joon-e/tidycomm/issues
Depends: R (>= 2.10)
Imports: broom, dplyr, forcats, glue, magrittr, MBESS, purrr, rlang,
        stringr, tibble, tidyr
Suggests: covr, knitr, rmarkdown, testthat (>= 2.1.0), tidyselect
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-07-06 11:17:11 UTC; Julian
Author: Julian Unkel [aut, cre] (<https://orcid.org/0000-0001-9568-7041>)
Maintainer: Julian Unkel <julian.unkel@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-06 16:00:02 UTC
Built: R 4.0.2; ; 2021-07-07 11:33:23 UTC; unix
