#####################
#Independent Model #
###################
#Data 1: 100 simulated concentrations during the times between
#0 and 4, using the parameters Beta = 5, Q = 13.8, G = 351.5,
#VN = pi*10^-3 VF = 3.8, Tau_N = 1, Tau_NF = 0.5
#and Tau_F = 0.64.
## Not run:
#
# data(ex1)
#
# r <- B2ZM_BCLT(data = ex1, priorBeta = "unif(0,10)",
# priorQ="unif(11,17)", priorG = "unif(281,482)",
# S = diag(10,2), v = 4, VN = pi*10^-3, VF = 3.8,
# m = 7000, sample_size=2000)
#
# summary(r)
# plot(r)
#
#
# #####################
# #Independent Model #
# ###################
#
# #Data 2: 100 simulated concentrations during the times between
#
# #0 and 4, using the parameters Beta = 5, Q = 13.8, G = 351.5,
#
# #VN = pi*10^-3, VF = 3.8, Tau_N = 1, Tau_NF = 0
#
# #and Tau_F = 0.64.
#
# data(ex2)
#
#
# r <- B2ZM_BCLT(data = ex2, priorBeta = "unif(0,10)",
# priorQ="unif(11,17)", priorG = "unif(281,482)",
# tauN.sh = 5 , tauN.sc = 4 , tauF.sh = 5,
# tauF.sc = 7, VN = pi*10^-3, VF = 3.8,
# indep.model = TRUE, m = 7000, sample_size=2000)
#
# summary(r)
# plot(r)
# ## End(Not run)
Run the code above in your browser using DataLab