nbpMatching (Q18860): Difference between revisions
From MaRDI portal
Added link to MaRDI item. |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(One intermediate revision by one other user not shown) | |||||||||||||||
Property / source code repository | |||||||||||||||
Property / source code repository: https://github.com/cran/nbpMatching / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:79576d3a14d0c52c83e117c6a447d645076a550a / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:79576d3a14d0c52c83e117c6a447d645076a550a / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:79576d3a14d0c52c83e117c6a447d645076a550a / qualifier | |||||||||||||||
point in time: 14 September 2023
|
Latest revision as of 14:58, 21 March 2024
Functions for Optimal Non-Bipartite Matching
Language | Label | Description | Also known as |
---|---|---|---|
English | nbpMatching |
Functions for Optimal Non-Bipartite Matching |
Statements
19 August 2023
0 references
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()'.
0 references
expanded from: GPL (≥ 2) (English)
0 references
Identifiers
14 September 2023
0 references