powered by
A function to create a Gaussian prior.
GaussianPrior(mean, variance)
a vector of length 2 representing the mean.
a 2x2 matrix representing the variance.
an object of class LogGaussianPrior that can be passed to the function PriorSpec.
LogGaussianPrior, linkPriorSpec.list
# NOT RUN { GaussianPrior(mean=rep(0,9),variance=diag(10^6,9)) # }
Run the code above in your browser using DataLab