get_max_min_permutations: R function for obtaining all combinations of maximum and...

View source: R/Empirical_est.R

get_max_min_permutationsR Documentation

R function for obtaining all combinations of maximum and minimum of a given dataset

Description

R function for obtaining all combinations of maximum and minimum of a given dataset

Usage

get_max_min_permutations(df)

Arguments

df

Given dataset, in list form

Value

A list of all combinations of maximum and minimum of df


CompClassMetrics documentation built on Sept. 9, 2025, 5:45 p.m.