Skip to content

An R package that extends the NBDA package to allow fitting of complex NBDA models and simulation of data from such models

Notifications You must be signed in to change notification settings

whoppitt/complexNBDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

complexNBDA is an R package allowing the fitting of complex network based diffusion analysis (complex NBDA) models and the simulation of data from such models.

#For more details see the pre-print of Firth et al. at https://arxiv.org/abs/2012.08925

#To use the complexNBDA package in R you will need to install it and also the NBDA package 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)

#Then download and install the complexNBDA package from GitHub:

devtools::install_github("whoppitt/complexNBDA")

#And load it as follows

library(complexNBDA)

Help files will be added at a future dtae, for details of the functions in the package please see the pre-print refered to above.

About

An R package that extends the NBDA package to allow fitting of complex NBDA models and simulation of data from such models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages