normalizeFrame: Normalize Data in Data Frames

Description Usage Arguments Value

Description

Normalize a column in a data.frame with respect to the lowest or highest value in another column.

Usage

1
normalizeFrame(frame,column,identifiers,wrt,value="lowest")

Arguments

frame

A data.frame containing the data to be normalized

column

The name of the column to be normalized

identifiers

List of the column names which can uniquely identify each case to be normalized

wrt

Which column to use to identify the measurement to normalize to

value

Must be "lowest" or "highest". Sets whether the lowest or highest value of column wrt contains the measurement to normalize with respect to

Value

A data.frame containing every unique combination of identifiers and the normalized column.


nstone8/Rasylum documentation built on May 9, 2019, 8:18 a.m.