The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
contentValidity provides functions for computing content
validity indices used in questionnaire and instrument development. It is
intended for researchers in education, psychology, nursing, health
sciences, and other fields where new measurement instruments must be
evaluated by expert panels.
content_validity() returning all indices in a tidy
structureapa_table(), supporting data frame, markdown, HTML, and
LaTeX outputYou can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Rafhq1403/contentValidity")library(contentValidity)
data(cvi_example)
result <- content_validity(cvi_example)
result
#> Content Validity Analysis
#> -------------------------
#> Experts: 6
#> Items: 10
#>
#> Item-level indices:
#> item icvi mod_kappa aiken_v
#> item1 1.0000 1.0000 1.0000
#> item2 1.0000 1.0000 0.8889
#> ...
#>
#> Scale-level indices:
#> scvi_ave scvi_ua mean_kappa
#> 0.8833 0.6000 0.8470
# Publication-ready table for journal manuscripts
apa_table(result, format = "markdown")After installing the package, run
citation("contentValidity") for a copy-paste citation in
BibTeX or plain-text form.
MIT (c) 2026 Rashed Alqahtani. See the LICENSE file for details.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.