Other packages > Find by keyword >

nbpMatching  

Functions for Optimal Non-Bipartite Matching
View on CRAN: Click here


Download and install nbpMatching package within the R console
Install from CRAN:
install.packages("nbpMatching")

Install from Github:
library("remotes")
install_github("cran/nbpMatching")

Install by package version:
library("remotes")
install_version("nbpMatching", "1.5.6")



Attach the package and use:
library("nbpMatching")
Maintained by
Cole Beck
[Scholar Profile | Author Map]
First Published: 2009-09-18
Latest Update: 2023-08-19
Description:
Perform non-bipartite matching and matched randomization. A "bipartite" matching utilizes two separate groups, e.g. smokers being matched to nonsmokers or cases being matched to controls. A "non-bipartite" matching creates mates from one big group, e.g. 100 hospitals being randomized for a two-arm cluster randomized trial or 5000 children who have been exposed to various levels of secondhand smoke and are being paired to form a greater exposure vs. lesser exposure comparison. At the core of a non-bipartite matching is a N x N distance matrix for N potential mates. The distance between two units expresses a measure of similarity or quality as mates (the lower the better). The 'gendistance()' and 'distancematrix()' functions assist in creating this. The 'nonbimatch()' function creates the matching that minimizes the total sum of distances between mates; hence, it is referred to as an "optimal" matching. The 'assign.grp()' function aids in performing a matched randomization. Note bipartite matching can be performed using the prevent option in 'gendistance()'.
How to cite:
Cole Beck (2009). nbpMatching: Functions for Optimal Non-Bipartite Matching. R package version 1.5.6, https://cran.r-project.org/web/packages/nbpMatching. Accessed 10 Apr. 2025.
Previous versions and publish date:
1.0 (2009-09-18 22:47), 1.3.2 (2012-10-29 08:59), 1.3.6 (2012-11-05 20:58), 1.4.0 (2013-04-17 17:28), 1.4.4 (2015-01-21 01:00), 1.4.5 (2015-05-15 00:25), 1.5.0 (2016-01-13 22:36), 1.5.1 (2016-04-19 08:12), 1.5.4 (2023-08-19 02:12), 1.5.5 (2024-05-17 20:10)
Other packages that cited nbpMatching R package
View nbpMatching citation profile
Other R packages that nbpMatching depends, imports, suggests or enhances
Complete documentation for nbpMatching
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for nbpMatching510152025303540TrendBars

Today's Hot Picks in Authors and Packages

GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA