This is used to represent the prior for Beta and Delta individually. They still need to be joined to be used in a model.
# S4 method for NormalPrior
names(x)# S4 method for NormalPrior
$(x, name)
# S4 method for NormalPrior
$(x, name) <- value
# S4 method for NormalPrior
show(object)
# S4 method for NormalPrior
print(x, ...)
# S3 method for NormalPrior
print(x, ...)
names: A character vector with the prior parameters.
`$`: The requested slot's value.
`$<-`: The new object with the updated slot.
show and print: The invisible object.
The NormalPrior object.
The requested slot.
New value.
The NormalPrior object.
Ignored.
muThe mean vector for the prior.
SigmaThe covariance matrix for the prior.