rank_dist | R Documentation |
Rank margins of a multivariate distribution
rank_dist(
dist,
method = c("param", "sample"),
target = c("mean", "prob", "tstat"),
combine = ifelse(target == "prob", "prod", "min"),
threshold = rep(0.75, groups(dist)),
size = NA,
ties.method = "random"
)
dist |
|
method |
character, base order on dist parameters ("params") or sample ("sample") |
target |
character, basis for ordering |
combine |
character, way to combine across groups |
threshold |
numeric, threshold values (vector of length groups(dist)) |
size |
integer, sample size(s) in predictive sample |
ties.method |
character, see argument ties.method from function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.