Skip to content

whoppitt/NBDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBDA

An R package For Implementing Network-Based Diffusion Analysis (NBDA)

#For more details see https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/1365-2656.13307

#To use the NBDA package in R you will need to install it as follows:

#you first need to install the package "devtools" in the usual way #Next load it up as follows:

library(devtools)

#Then download and install my NBDA package from GitHub:

devtools::install_github("whoppitt/NBDA")

#And load it as follows

library(NBDA)