I am trying to adjust serum zinc data for inflammation using the equation below (suggested by brinda-nutrition.org)
π΄πππ’π π‘ππ π πππ’π π§πππ
= π’πππππ’π π‘ππ π πππ’π π§πππ β π½1(πΆπ ππππ β πΆπ ππππ) β π½2(π΄πΊππππ β π΄πΊππππ)
due to poor homoscedacity in the regression of normal values, I decided to log transform the data as shown below
a. log Zinc~ logCRP + logAGP
b. Zinc~ log CRP + log AGP
both present a better fit than normal values. My problem comes when I have to fit the data into the equation above. I tried
a. π΄πππ’π π‘ππ π πππ’π π§πππ
= π’πππππ’π π‘ππ π πππ’π π§πππ β π½1(log(πΆπ ππππ β πΆπ ππππ)) β π½2(log(π΄πΊππππ β π΄πΊππππ))
b. π΄πππ’π π‘ππ π πππ’π π§πππ
= π’πππππ’π π‘ππ π πππ’π π§πππ β exp((π½1)(πΆπ ππππ β πΆπ ππππ)) β exp((π½2)(π΄πΊππππ β π΄πΊππππ))
Both give weird answers so I looked at this thread below https://www.researchgate.net/post/How_can_I_interpret_the_coefficient_values_of_multiple_regression_model_when_data_was_log-transformed_for_reduce_skew
but am still confused, does it mean for (b) it would be
π΄πππ’π π‘ππ π πππ’π π§πππ
= π’πππππ’π π‘ππ π πππ’π π§πππ β exp((π½1)-1)*(πΆπ ππππ β πΆπ ππππ)) β exp((π½2)-1)*(π΄πΊππππ β π΄πΊππππ))
CRP and AGP references are the maximum value of the lowest decile from the observations.
Any help will be appreciated, or links to materials that can help me understand this