data.preprocess {multirich} | R Documentation |
Preprocess data
Description
Preprocess data
Usage
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 |
[Package multirich version 2.1.3 Index]