README.md

bipnet: Structural Holes and Bridging in Two-Mode Networks

This R package now provides an (in)efficient way of calculating effective size and contraint measures for bipartite networks developed by Burchard and Cornwell (2018).

Authors

Sang Won Han

Paper

Burchard, Jake and Benjamin Cornwell. 2018. "Structural Holes and Bridging in Two-Mode Networks." Social Networks 55: 11-20.

Installation

There is currently no package available for effective size and constraint measures for bipartite networks on CRAN. It is possible to download the package through GitHub instead.

First, make sure the devtools package is installed.

if(!require(devtools)) install.packages("devtools")

This only has to be done if devtools is not already installed and only has to be done once.

Then, use the install_github() function from devtools to install the package.

library(devtools)
install_github("sangwonhan3083/bipnet", dependencies = TRUE, ref = "master")

Example

This is a basic example which shows you how to solve a common problem:

library(bipnet)
## basic example code


sangwonhan3083/bipnet documentation built on Jan. 13, 2020, 12:26 a.m.