netrankr

CRAN Status Badge CRAN Downloads Travis-CI Build Status codecov

Overview

netrankr is an R package to analyze partial rankings in the context of networks centrality. While the package includes the possibility to build a variety of indices, its main focus lies on index-free assessment of centrality. Computed partial rankings can be analyzed with a variety of methods. These include probabilistic methods like computing expected node ranks and relative rank probabilities (how likely is it that a node is more central than another?).

Most implemented methods are very general and can be used whenever partial rankings have to be analysed.

Visit the online manual for more Details.

Install

To install from CRAN:

 install.packages("netrankr")

To install the developer version from github:

#install.packages(devtools)
devtools::install_github("schochastics/netrankr")

Details

Check out the online manual for more help.

The core functions of the package are:

The package includes several additional vignettes, which can be viewed with browseVignettes(package = "netrankr") or online