convert_log2_scale.Rd
Natural scale data is converted to a base 2 log scale before model fitting. This function does not modify the provided data.table in-place, but returns a transformed copy.
convert_log2_scale(dt_in, smallest_value, vars_to_transform = "value")
A data.table, identical to the input data but with specified columns transformed.