# NOT RUN {
# Run all relevant node-splitting models
# }
# NOT RUN {
result.ns <- mtc.nodesplit(parkinson, thin=50)
# }
# NOT RUN {
# (read results from file instead of running:)
result.ns <- readRDS(system.file('extdata/parkinson.ns.rds', package='gemtc'))
# List the individual models
names(result.ns)
# Time series plots and convergence diagnostics for d.A.C model
plot(result.ns$d.A.C)
gelman.diag(result.ns$d.A.C, multivariate=FALSE)
# Overall summary and plot
summary.ns <- summary(result.ns)
print(summary.ns)
plot(summary.ns)
# }
Run the code above in your browser using DataLab