Package: backbone 3.0.4

backbone: Extracts the Backbone from Networks

An implementation of methods for extracting a sparse unweighted network (i.e. a backbone) from an unweighted network (e.g., Hamann et al., 2016 <doi:10.1007/s13278-016-0332-2>), a weighted network (e.g., Serrano et al., 2009 <doi:10.1073/pnas.0808904106>), or a weighted projection (e.g., Neal et al., 2021 <doi:10.1038/s41598-021-03238-3>).

Authors:Zachary Neal [aut, cre], Rachel Domagalski [ctb], Bruce Sagan [ctb], Karl Godard [ctb]

backbone_3.0.4.tar.gz
backbone_3.0.4.zip(r-4.7)backbone_3.0.4.zip(r-4.6)backbone_3.0.4.zip(r-4.5)
backbone_3.0.4.tgz(r-4.6-x86_64)backbone_3.0.4.tgz(r-4.6-arm64)backbone_3.0.4.tgz(r-4.5-x86_64)backbone_3.0.4.tgz(r-4.5-arm64)
backbone_3.0.4.tar.gz(r-4.7-arm64)backbone_3.0.4.tar.gz(r-4.7-x86_64)backbone_3.0.4.tar.gz(r-4.6-arm64)backbone_3.0.4.tar.gz(r-4.6-x86_64)
backbone_3.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
backbone/json (API)

# Install 'backbone' in R:
install.packages('backbone', repos = c('https://zpneal.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/zpneal/backbone/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • senate108 - Bill sponsorship in the 108th U.S. Senate

On CRAN:

Conda:

cpp

8.44 score 48 stars 2 packages 46 scripts 1.1k downloads 1 mentions 14 exports 12 dependencies

Last updated from:a6ef2804b3. Checks:12 OK, 1 ERROR. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK144
linux-devel-x86_64OK134
source / vignettesOK195
linux-release-arm64OK137
linux-release-x86_64OK132
macos-release-arm64OK121
macos-release-x86_64OK167
macos-oldrel-arm64OK133
macos-oldrel-x86_64OK201
windows-develOK112
windows-releaseERROR105
windows-oldrelOK105
wasm-releaseOK142

Exports:backbonebackbone_from_projectionbackbone_from_unweightedbackbone_from_weightedbicmdisparityfastballfdsmfixedcolfixedfillfixedrowlansmlfsdsm

Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigRcpprlangvctrs

Empirical Example of Backbone Extraction: The 108^th^ U.S. Senate
Table of Contents | Introduction | Data | Extracting from a weighted projection | Extracting from a weighted network | Extracting from an unweighted network | Lessons | References

Last update: 2026-05-21
Started: 2025-09-17

Introduction to Backbone
Table of Contents | Introduction | Welcome | Installing and loading the package | Package overview | Supported data formats | tl;dr (the backbone() wrapper) | Weighted networks | Background | Structural models | Statistical models | Weighted projections | Background [@neal2014backbone] | Statistical models | Unweighted networks | Background | Structural models | Advanced functions | Backbone objects | Signed backbones | Custom backbones | Utility functions | Matrix randomization | Bipartite Configuration Model (BiCM) | References

Last update: 2026-05-21
Started: 2020-05-19