projbayeslm | R Documentation |
Projection of non-singular prior onto the subspace of the Laplacian
projbayeslm(noitems, xmu, xvar)
noitems |
The number of items for the paired comparison. |
xmu |
The normal prior mean of |
xvar |
The prior covariance matrix of |
Projected mean and variance matrix of the prior distribution.
Prince P. Osei and Ori Davidov
## K = 6 # number of items
## mu = rep(0,6) # the prior mean
## xcov = diag(6) # the prior covariance matrix
## projbayeslm(K,mu,xcov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.