powered by
Computes variance of a prior distribution.
# S3 method for prior var(x, ...)
a variance of an object of class 'prior'.
a prior
unused arguments
prior()
# create a standard normal prior distribution p1 <- prior(distribution = "normal", parameters = list(mean = 1, sd = 1)) # compute variance of the prior distribution var(p1)
Run the code above in your browser using DataLab