Package: tidycomm
Title: Data Modification and Analysis for Communication Research
Version: 0.4.2
Authors@R: c(
    person("Julian", "Unkel", , "julian.unkel@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-9568-7041")),
    person("Mario", "Haim", , "haim@ifkw.lmu.de", role = "aut",
           comment = c(ORCID = "0000-0002-0643-2299")),
    person("Lara", "Kobilke", , "lara.kobilke@ifkw.lmu.de", role = "aut",
           comment = c(ORCID = "0000-0001-6194-4724"))
  )
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://tidycomm.github.io/tidycomm/
BugReports: https://github.com/tidycomm/tidycomm/issues
Depends: R (>= 3.6.0)
Imports: car, dplyr, fastDummies, forcats, GGally, ggplot2, glue,
        lm.beta, lubridate, magrittr, MASS, MBESS, misty, pillar,
        purrr, rlang, stringr, tibble, tidyr, tidyselect
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-08-25 17:42:49 UTC; LaraK
Author: Julian Unkel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9568-7041>),
  Mario Haim [aut] (ORCID: <https://orcid.org/0000-0002-0643-2299>),
  Lara Kobilke [aut] (ORCID: <https://orcid.org/0000-0001-6194-4724>)
Maintainer: Julian Unkel <julian.unkel@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-27 12:00:02 UTC
Built: R 4.4.3; ; 2025-10-08 04:50:50 UTC; windows
