normalize: Normalize, squash and standarize data

Description Usage Arguments

View source: R/my_funs.R

Description

Normalize, squash and standarize data

Usage

1
2
3
4
5
normalize(x, na.rm = FALSE)

squash(x, FUN = identity, ..., na.rm = FALSE)

zscore(x, na.rm = FALSE)

Arguments

x

numeric vector

na.rm

if TRUE missing values are removed

FUN

function used for transforming x prior to squashing (by defauls identity)

...

further arguments passed to FUN


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.