Skip to content
/ linktree Public

❗ This is a read-only mirror of the CRAN R package repository. linktree — Estimate Transmission Assortativity Coefficients. Homepage: https://github.com/CyGei/linktreehttps://cygei.github.io/linktree/ Report bugs for this package: https://github.com/CyGei/linktree/issues

Notifications You must be signed in to change notification settings

cran/linktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linktree linktree website

CodeFactor R-CMD-check

linktree is a novel framework that estimates group transmission assortativity from transmission trees.

Installation

You can install the development version of linktree from GitHub with:

# install.packages("pak")
pak::pak("CyGei/linktree")
library(linktree)

Definition

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 $\gamma$ coefficient ranges from 0 to $\infty$. It describes the excess propability of transmitting within your own group versus other groups. See get_gamma().

gamma assortativity coefficient

gamma assortativity coefficient

We can rescale $\gamma$ to the $\delta$ coefficient, which ranges from -1 to 1 using get_delta().

delta assortativity coefficient

delta assortativity coefficient

Documentation

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.

About

❗ This is a read-only mirror of the CRAN R package repository. linktree — Estimate Transmission Assortativity Coefficients. Homepage: https://github.com/CyGei/linktreehttps://cygei.github.io/linktree/ Report bugs for this package: https://github.com/CyGei/linktree/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages