rm(list=ls())
install.packages("devtools")
library("devtools")
# install package
install_github("shijiaw/smcDE")
library("smcDE")
# load data
load("data_DDE.Rdata")
load("time.Rdata")
# run SMC
output = smcDE(data = data_DDE, times = time, seed = 364, knots = seq(time[[1]][1], max(time[[1]]),by = 2), CESSthresholds = 0.8, NP = 300, resampleThreshold = 0.5, alambda = 1, blambda = 1, sigmac = 100, DEmodel = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.