This package provide a set of functions to with datasets generated from the veritas questionnaire. See Naud et al., 2020
You can install the the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("alex-naud/veritas-r", build_vignettes = TRUE)
veritas_data <- transformData(locations,
people,
groups,
relations)
social_networks <- createSocialNetworks(veritas_data)
# Calculate base social network indicator
sn_measures <- socialNetworkMeasures(social_networks)
# Calcul SN measures specific to InterAct project
interact_sn_measures <- interactSnMeasures(veritas_data)
# Combine both data frames
sn_measures <- merge(base_sn_measures, interact_sn_measures,
by = "pid")
For a detail presentation, see the introduction vignette
browseVignettes("veritas")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.