linktree is a novel framework that estimates group transmission
assortativity from transmission trees.
You can install the development version of linktree from GitHub with:
# install.packages("pak")
pak::pak("CyGei/linktree")library(linktree)Group transmission assortativity quantifies the extent to which individuals transmit within their own group compared to others. The methodology is described in our paper, and briefly discussed on YouTube.
The get_gamma().
We can rescale get_delta().
linktree requires that you have transmission chain data (i.e. who
infected whom) and group membership for each individual in the
transmission chain.
For more information, check the dedicated vignette.


