normalize_global_basic {pmartR} | R Documentation |
Normalize e_data within SPANS
Description
This function is intended to be used in SPANS only. It is a VERY trimmed down version of normalize_global. It is trimmed down because within SPANS we only need the norm_params element from the output of the normalize_global function. All of the other options and output can be ignored.
Usage
normalize_global_basic(edata, norm_fn)
Arguments
edata |
a |
norm_fn |
character string indicating the normalization function to use for normalization. See details for the current offerings. |
Value
A list containing the location and scale parameters for normalizing the data.
[Package pmartR version 2.4.5 Index]