Event Model for Gaussian Dates
eventModel_Gauss(
M,
s,
studyPeriodMin,
studyPeriodMax,
refYear = NULL,
numberChains = 2,
numberAdapt = 10000,
numberUpdate = 10000,
variable.names = c("theta"),
numberSample = 50000,
thin = 10
)
A [`numeric`] vector of measurements.
A [`numeric`] vector of errors.
A length-one [`numeric`] vector specifying the start time of the study period.
A length-one [`numeric`] vector specifying the end time of the study period.
A [`numeric`] vector specifying the reference year. If `NULL` (the default), AD years are expected.
An [`integer`] giving the number of of parallel chains for the model (see [jags.model()]).
An [`integer`] giving the number of iterations for adaptation (see [jags.model()]).
An [`integer`] giving the number of iterations to update the model by.
A [`character`] vector giving the names of variables to be monitored (see [coda.samples()]).
An [`integer`] giving the number of iterations to monitor (see [coda.samples()]).
An [`integer`] giving the thinning interval for monitors (see [coda.samples()]).
An [`mcmc.list`][coda::mcmc.list()] object.