standardize_scores: standardize_scores

Description Usage Arguments Value

View source: R/operations_on_scores.R

Description

Standardize each column of the table of scores via the Zscore:

x = ( x - mean(column) ) / ( std(column) )

Usage

1

Arguments

x

data.frame, table of scores

Value

returns a standardized table of scores


charles-bernard/mage documentation built on May 14, 2019, 2 a.m.