normalizeModel,PCAMax-method {trena}R Documentation

transform a specific column to fit normal distribution

Description

transform a specific column to fit normal distribution

Usage

## S4 method for signature 'PCAMax'
normalizeModel(obj, normalizing.max = 10)

Arguments

obj

An object of the class PCAMax

normalizing.max

numeric, a maximum value for the normalized distrubtions

Value

a normalized matrix, each column treated separately


[Package trena version 1.14.0 Index]