apply_norm applies a normalization factor
apply_norm(df, norm, names, input, values, model_control)returns list with the normalized values
The data.table with columns to be normalized
The normalization option used, currently max or mean
columns for elements of the model, used to identify data columns
boolean if the normalization is being performed on the input values or on an output
list of values using during normalization
controls which alternative model options are used, see the Control_Options vignette for further details
Other Data Cleaning Functions:
Check_Iters(),
Date_Shift(),
Event_Count_Gen(),
Event_Time_Gen(),
Joint_Multiple_Events(),
Replace_Missing(),
Time_Since(),
factorize(),
gen_time_dep()