get_resamples: Create non-parametric resamples with replacement of a...

View source: R/resampling.R

get_resamplesR Documentation

Create non-parametric resamples with replacement of a data.frame

Description

Create non-parametric resamples with replacement of a data.frame

Usage

get_resamples(tab, n = 1000, seed = NULL)

Arguments

tab

A data frame with colnames containing "cost", "effect", and "strategy"

n

Number of resamples

seed

Parameter to reproduce the results

Value

A list with a length equal to the number of strategies containing a list of n data frames


KZARCA/booticer documentation built on Oct. 23, 2023, 7:42 a.m.