convert_log2_scale_inverse.Rd
Natural scale data is converted to a base 2 log scale before model fitting. This function reverses that transformation and may be useful if working directly with fitted parameters. This function does not modify the provided data.table in-place, but returns a transformed copy.
convert_log2_scale_inverse(dt_in, vars_to_transform, smallest_value)
A data.table, identical to the input data but with specified columns transformed.