randomization: Generate a randomized dataset based on a real wide dataset...

View source: R/RandomizationFunction.R

randomizationR Documentation

Generate a randomized dataset based on a real wide dataset supplied which maintains key relationships.

Description

Used to generate a randomized dataset that can be used to produce aggregated table with possible real data

Usage

randomization(import.tbl, var_identifier = "usubjid")

Arguments

var_identifier

Vector of names of variables that are identifying variables (default = "usubjid")

data

Dataframe to be used as a basis for a randomised dataset.

Value

data.frame with values synthesised based on the original dataset


ISARICDataPlatform/CovidClinicalDataProcessor documentation built on March 22, 2022, 7:51 p.m.