sd.prior {BayesTools} | R Documentation |
Prior sd
Description
Computes standard deviation of a prior distribution.
Usage
## S3 method for class 'prior'
sd(x, ...)
Arguments
x |
a prior |
... |
unused arguments |
Value
a standard deviation of an object of class 'prior'.
See Also
Examples
# create a standard normal prior distribution
p1 <- prior(distribution = "normal", parameters = list(mean = 1, sd = 1))
# compute sd of the prior distribution
sd(p1)
[Package BayesTools version 0.2.17 Index]