ds.standardize: Standardize ExposomeSet

View source: R/ds.standardize.R

ds.standardizeR Documentation

Standardize ExposomeSet

Description

Standardize ExposomeSet on the study server

Usage

ds.standardize(set, method = "normal", name = NULL, datasources = NULL)

Arguments

set

character Name of the exposome set on the study server

method

character (default "normal") Method of standarization. Options are "normal" which scales the exposures using the mean as the center and the standard variation as dispersion, "robust" which uses the median and median absolute deviation respectively and "interquartile range" which uses the median as the center and the coeficient between the interquartile range of the exposure and the normal range between the percentile 75 and 25 as variance.

name

chraracter (default NULL) If NULL, the standardized ExposomeSet will over-writte the input set, otherwise the standardized ExposomeSet will be saved on the study-server with the name specified on this argument.

datasources

a list of DSConnection-class objects obtained after login

Value

This function does not have an output. It creates a object on the study server with the standardized ExposomeSet, the name of this object depends on the name input argument.

Examples

## Not run: Refer to the package Vignette for examples.

isglobal-brge/dsExposomeClient documentation built on March 5, 2024, 12:26 p.m.