DYNATE
DYNATE package
Installation guidance
In R, run the following block of codes:
remotes::install_github(
repo = "jichunxie/DYNATE",
build_vignettes = TRUE,
build_manual = TRUE)A tutorial of this package can be found in this repository under "DYNATE/vignettes/" or running the following block of codes in R:
library(DYNATE)
browseVignettes("DYNATE")