All functions

arrange_score()

Arrange score result score_res

attach_score()

Attach score result score_res to score object score_obj containig metadata

bind_scores()

Bind all metadata score_obj and score result score_res, and assign class score_set to combined scores.

fill_safe_values()

Fill safe values.

filter_score_auto()

Filter score result score_res based on number or proportion of predictors with optional cutoff value

filter_score_cutoff()

Filter score result score_res based on cutoff value

filter_score_num()

Filter score result score_res based on number of predictors

filter_score_prop()

Filter score result score_res based on proportion of predictors

new_score_obj()

Title

rank_score_dense()

Rank score result score_res based on dense_rank (Need a better title)

rank_score_min()

Rank score result score_res based on min_rank (Need a better title)

score_aov()

Title

score_roc_auc()

Title

trans_score()

Transform score result score_res

transform_abs

Absolute Transformation

transform_neg_log10

Negative log10 Transformation TODO Rewrite using other method