id_priors.idbrms_convolution.Rd
Define priors for the delay convolution model
# S3 method for idbrms_convolution
id_priors(
data,
scale = c(round(log(0.1), 2), 1),
cmean = c(2, 1),
lcsd = c(-0.5, 0.25),
...
)
data | A data.frame as produced by |
---|---|
scale | Vector of length two defining the mean and the standard deviation of the normal prior for the scaling factor. |
cmean | Vector of length two defining the mean and standard deviation of the log mean of the delay distribution. |
lcsd | Vector of length two defining the mean and standard deviation of the log standard deviation logged. the standard deviation to be greater than 0 on the unconstrained scale. |
... | Additional arguments for method. |
Sam Abbott