normalize: Normalize

View source: R/normalize.R

normalizeR Documentation

Normalize

Description

normalizes a vector

Usage

normalize(df, covariates)

Arguments

df

dataframe

col

columns to be normalized

Value

normalized columns of dataframe

Examples

{
Example with the preloaded mtcars dataset
SVHM:::normalize(mtcars, c('disp',  'hp'))
}


herglola/SVHM documentation built on March 24, 2022, 12:44 p.m.