mid.mean.ranks | R Documentation |
calculate mid mean ranks
mid.mean.ranks(
v1,
v2,
maxrank = max(c(v2, v1)),
minrank = NULL,
conf.level = 0.05
)
v1 |
vector of ranks |
v2 |
vector of ranks |
maxrank |
max possible rank |
minrank |
min possible rank |
conf.level |
confidence level alpha |
list of marginal mean ranks and mid ranks
Mandy Vogel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.