View source: R/AlphaCI_Bounds.R
AlphaCI_Bounds | R Documentation |
A function to directly yield the 95 Percent Confidence Intervals for Cronbach alpha derived data, analyzed with the psych Plugin (Revelle, 2021).
AlphaCI_Bounds(
data,
round = 2)
data |
a saved 'psych::alpha' output |
round |
number of rounding digits for the confidence interval |
Revelle, W. (2021) psych: Procedures for Personality and Psychological Research, Northwestern University, Evanston, Illinois, USA, https://CRAN.R-project.org/package=psych Version = 2.1.9.
dat <- psych::alpha(data.frame(c(1:4), c(2:5), c(4:5)))
AlphaCI_Bounds(data = dat, round = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.