data.preprocess: Preprocess data

Description Usage Arguments

View source: R/MVR.r

Description

Preprocess data

Usage

1
data.preprocess(in.mat, log.trans = 0, st.range = 0, col.mins, col.maxs)

Arguments

in.mat

A record x trait matrix

log.trans

Whether or not to do a log transformation. It is recommended to do all log-transformations outside of the multirich package.

st.range

Must equal zero. This option may be added in future versions of the package

col.mins

Minimum column values to use. "use data" will extract these from the dataset

col.maxs

Maximum column values to use. "use data" will extract these from the dataset


akeyel/multirich documentation built on May 17, 2021, 1:23 a.m.