Description
Response Item Networks ('ResIN').
Description
Contains various tools to perform and visualize Response Item Networks ('ResIN's'). 'ResIN' binarizes ordered-categorical and qualitative response choices from (survey) data, calculates pairwise associations and maps the location of each item response as a node in a force-directed network. Please refer to <https://www.resinmethod.net/> for more details.
README.md
ResIN
ResIN Package for R
Maintainer: Philip Warncke [email protected]
Authors: Philip Warncke, Dino Carpentras, and Adrian Lüders
Description: Contains various tools to estimate and visualize Response Item Networks (ResIN's). ResIN binarizes ordered-categorical and qualitative response choices from (survey) data, calculates pairwise associations and maps the location of each item response as a node in a force-directed network. Please refer to https://www.resinmethod.net/ for more details.
License: GPL-3
CRAN published version will follow shortly. To install the Beta-version, please execute the following commands:
install.packages("devtools")
library(devtools)
install_github("pwarncke77/ResIN")
library(ResIN)