permute_rows: Permute the Rows of a Data List

View source: R/research.R

permute_rowsR Documentation

Permute the Rows of a Data List

Description

This function is designed for experimental analysis of algorithmic stability. It permutes the rows of a data list so that further experimentation can be done with the data list to check the algorithmic stability of a pipeline or method

Usage

permute_rows(dataList)

Arguments

dataList

A list of data

Value

The data list with the rows permuted


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.