Table of Contents

Making blockmodeling easier: A GUI for the R package ''blockmodeling''

A GUI for the package blockmodeling has published for the first time in May 2022 after several months of work under my direction. This ad hoc R-Shiny GUI is meant to help users access the main functionalities of the package. However, it also allows to use other functions of the R language for statistical computing and some other packages for network analysis.

The app’s many options and ease of use make blockmodeling and basic network analysis in R easier to execute and understand than via command line. In fact, the GUI requires no coding experience, allowing researchers and laymen to access visualisations and information about blockmodeling in a simple way. Since the focus is on blockmodeling, the breadth of network analyses than can be executed is arguably not too extended. Thus, the app can find an apt use in a graduate class in quantitative methods in social science as well as in narrower courses on the clustering of networks.

Versions

The app is available in several versions:

Installation as an R package

To install the GUI directly from R, run the following code:

  1. Ordered List ItemCheck if you need to install the `devtools` package
    if(!require(devtools))install.packages('devtools')
  2. Ordered List ItemInstall the package from this repository
    devtools::install_github('FATelarico/BlockmodelingGUI')

Maintainer and co-author

Telarico, Fabio Ashtar
Faculty of Social Sciences
University of Ljubljana
email: Fabio-Ashtar{dot}Telarico{at}fdv{dot}uni-lj{dot}si

Personal website