Description Usage Arguments Value Examples
Hyperprior method for lambda
1 | HyperpriorBayes(tauinv2, r, d, p)
|
tauinv2 |
a vector |
r |
an int value |
d |
an int value |
p |
an int vale |
a double value
1 2 3 4 5 | ## Not run:
tauinv2<-c(1,2,3);r<-1;d<-1;p<-3
HyperpriorBayes(tauinv2,r,d,p)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.