This package integrates traditional statistical techniques with automatic learning and social network analysis tools for the purpose of obtaining visual and interactive displays of data.

Installation

To install the last version of the package:

# Install development version
devtools::install_github("Modesto-Escobar/netCoin-1.0")

The stable version is available in CRAN:

# Install CRAN version
install.packages("netCoin")

Usage

The most simple way to run the coincidence analysis from survey data is to use the surCoin() function which produces a HTML with a dynamic network:

data(ess)

plot(surCoin(data = ess, variables = c("Gender", "Social participation"))) # plot network object

Citation

To cite this package citation("netCoin"):

Escobar M, Martinez-Uribe L (2020). “Network Coincidence Analysis: The netCoin R Package.” Journal of Statistical Software, 93(11), 1-32. doi: 10.18637/jss.v093.i11 (URL: https://doi.org/10.18637/jss.v093.i11)