README (original) (raw)
tidycomm 
Tidycomm provides convenience functions for common tasks in communication research. All functions follow the style and syntax of the tidyverse.
Currently, tidycomm includes functions for various methods of univariate and bivariate data description and analysis, data modification, and intercoder reliability tests.
Installation
Install tidycomm from CRAN:
Or install the most recent development version of tidycomm with:
Usage
tidycomm functions follow the style and syntax of the tidyverse functions:
- they always assume a
tibble
as their first argument - they will always return a
tibble
as well, so they can be easily integrated into pipes - data variables (
tibble
columns) are passed to function calls directly as symbols
Most functions will automatically use all relevant variables in the data if no variables are specified in the function call. For example, to compute descriptive statistics for all numeric variables in the data, just call describe()
without further arguments:
Likewise, compute intercoder reliability tests for all variables by only specifying the post and coder ID variables:
For detailed examples of all available functions, see the documentation website or read the vignettes: