Description Usage Arguments Value Examples
This function estimates, from a list of permutations, the first order marginals
1 | getFirstOrderMarginals(permutations, smoothed = FALSE)
|
permutations |
a list of objects of class |
smoothed |
a logical value to indicate whether the estimation should
be smoothed ( |
A matrix containing the first order marginals
1 2 3 | scores <- matrix(rnorm(100, 1, 3), ncol=10)
permus <- getPermutationFromScores (scores)
getFirstOrderMarginals(permus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.