/grdpg

Primary LanguageHTMLMIT LicenseMIT

grdpg

A package to simulate and estimate Generalized Random Dot Product Graphs models (GRDPG) and stochastic blockmodels with observed covariates using spectral methods

Installation

require(devtools)
install_github('meleangelo/grdpg', auth_token = 'xxx')
require(grdpg)
?grdpg

or

  1. Download all files to one folder.
  2. Open grdpg.Rproj in RStudio.
  3. Click Build -> Clean and Rebuild in RStudio.