https://github.com/cran/EpiILMCT
Raw File
Tip revision: df8618b03652150a8778ccc022cf9ce3635d0b02 authored by Waleed Almutiry on 29 June 2021, 05:10:06 UTC
version 1.1.7
Tip revision: df8618b
NAMESPACE
################################################
## useDynLib
################################################

useDynLib(EpiILMCT, .registration = TRUE)


################################################
## import name space
################################################

import(methods)
import(stats)
import(graphics)
import(coda)
import(parallel)
importFrom(igraph,graph)
importFrom(igraph,plot.igraph)
importFrom("utils", "head")

################################################
## functions
################################################

export(as.epidat)
export(contactnet)
export(datagen)
export(epictmcmc)
export(loglikelihoodepiILM)

################################################
## S3 methods:
################################################

S3method(print, epictmcmc)
S3method(print, summary.epictmcmc)
S3method(summary, epictmcmc)
S3method(plot, epictmcmc)
S3method(plot, datagen)
S3method(plot, contactnet)
back to top