Centering IVs in regression only in interaction
I have read in several places that with regression, JMP will mean center IVs that are involved in interactions but it will NOT center the simple effect versions of those IVs? First, is this true? Second, if true, how does this not violate the linear independence requirement of regression?
For example,
Y = b0 + b1x1 + b2c2 + b3x1x2
If x1x2 is made into x1'x2' because JMP centers both only for the inte...