build.dist.struct_user | R Documentation |
An internal helper function that generates the data abstraction for the edge weights of the main network structure using the distance matrix passed by the user.
build.dist.struct_user(z, distMat, verbose = FALSE)
z |
a vector indicating whether each unit is in treatment or control group |
distMat |
a matrix of pair-wise distance |
verbose |
a boolean value whether to print(cat) debug information. Default: FALSE |
a distance structure used for constructing the main network flow problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.