Entering edit mode
Is it appropriate to normalize within lanes for each covariate in sequence, for example:
dataWithin <- withinLaneNormalization(data,"gc", which="full")
dataWithin <- withinLaneNormalization(dataWithin,"length", which="full")
dataNorm <- betweenLaneNormalization(dataWithin, which="full")
If this is appropriate, are there any recommendations for method selection or order of operations?