zScoreData: centerData

View source: R/zScoreData.R

zScoreDataR Documentation

centerData

Description

centerData

Usage

zScoreData(data)

Arguments

data

The data to be converted to z scores

Value

Data converted to z scores

Examples

X<-data.frame(X=c(1:4),Y=c(6:9))
zScoreData(X)

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to zScoreData in Omisc...