Hi statalisters,
I have question about interpreting the retransformed coefficient in a regression analysis.
I'm analyzing a biomarker which is sampled 2-3 times for approximately 30 patients (total 80 observations). The biomarker is not normally distributed, and therefore I calculated the square root of it. Then I performed a linear regression analysis, and now I have a hard time interpreting the data. I'd like to estimate the average % increase of the biomarker per year, but I'm not sure I can trust the results.
My code looks like this:
gen biomarker2 = sqrt(biomarker)
reg biomarker2 time, vce(cluster patientid)
Taking the coefficient^2 would yield the retransformed coefficient, right? But then I'd like to see the average increase in % per year. Can I just calculate (retransformed coefficient)/intercept, or do I need to retransform the intercept too? What if I'd like to see the average per month - can I divide the increase by 12? Or does not any of this make sense?
Many thanks in advance,
Gunnar
Related Posts with Interpreting retransformation of dependent variable in regression analysis
How to create a variable concatenating two variablesSuppose "address" is string and "year" is floating number. I would like to create something like reg…
Directional symmetryDear Statalist I saw many researchers decomposing the variables into positive and negative values. …
Loop: Calculate Distance Based on Positional DataDear Statalist, I am currently using a dataset that includes positional data of individuals in diff…
Creating date variableHello! How could I possibly create a new date variable in the monthly format for the data example b…
Problem with asdoc table 3 wayHi all, I am continually having problem with the results with asdoc in a table 3 way, example: Co…
Subscribe to:
Post Comments (Atom)
0 Response to Interpreting retransformation of dependent variable in regression analysis
Post a Comment