You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generalize. Basically we split a data.frame by a categorical variable (here prob), split again pairwise by another categorical variable (here algorithm) and apply tests to one or more numeric columns (e.g., HV, ONVG). So basically, we can write a function dfTest = function(df, by.col, pair.col, val.cols)
This would enable to apply the function not only to result of computeIndicators, but also for results of e.g. computeDominanceRanking.
Generalize. Basically we split a data.frame by a categorical variable (here
prob
), split again pairwise by another categorical variable (herealgorithm
) and apply tests to one or more numeric columns (e.g., HV, ONVG). So basically, we can write a functiondfTest = function(df, by.col, pair.col, val.cols)
This would enable to apply the function not only to result of
computeIndicators
, but also for results of e.g.computeDominanceRanking
.Example:
The text was updated successfully, but these errors were encountered: