View source: R/tradeoff_functions.R
makeSparse | R Documentation |
Remove some of the treatment-control edges from a network flow representation of a match (forbidding those pairings)
makeSparse(net, mask, replaceMask = TRUE)
net |
the network object |
mask |
a matrix indicating whether to exclude the corresponding edge |
replaceMask |
(optional) whether to mask |
the masked network structure object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.