knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", eval = TRUE ) options(width = 100) polcom <- tidyversity::polcom
🎓 Tidy tools for academics
Install the development version from Github with:
## install devtools if not already if (!requireNamespace("devtools", quietly = TRUE)) { install.packages("devtools") } ## install tidycor from Github devtools::install_github("mkearney/tidycor")
Load the package (it, of course, plays nicely with tidyverse).
## load tidyverse library(tidyverse) ## load tidycor library(tidycor)
Estimate Cronbach's alpha for a set of variables.
## reliability of social media use items cronbachs_alpha(polcom, ambiv_sexism_1:ambiv_sexism_6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.