defineSubset: Function for defining a subset that is used for analyizing...

View source: R/utils.R

defineSubsetR Documentation

Function for defining a subset that is used for analyizing the computation time and can be used for other subanalyses.

Description

Function for defining a subset that is used for analyizing the computation time and can be used for other subanalyses.

Usage

defineSubset(tableTCs = NULL, N = 50, seed = 123)

Arguments

tableTCs

(data frame) describing the pre-defined testcases

N

(integer) describing the number of testcases per biomarker contained in the subset (default: 50)

seed

(integer) specifying the seed used for defining the subset, default: 123

Value

(data frame) describing the updated table with all test case definitions.

Author(s)

Tatjana Ammer tatjana.ammer@roche.com


RIbench documentation built on Nov. 28, 2022, 1:11 a.m.