ThisIsLorenzo / PFAS_Trophic_Magnification

0 stars 0 forks source link

log-transforming standard deviations #1

Open ThisIsLorenzo opened 4 months ago

ThisIsLorenzo commented 4 months ago

https://github.com/ThisIsLorenzo/PFAS_Trophic_Magnification/blob/a8aeec0edf5d7e5ece631c192ab868798dfe510d/R/code.Rmd#L58

Some studies do not report the slope and its SE. So I am extracting raw data from linear regressions. Doing so, I am collecting means and standard deviations of each observation in the regression. However, PFAS concentrations are not in the log scale. For this reasons, I need to log transform the means (PFAS concentrations) and their standard deviations before running a linear regression analysis. This is to make slopes and errors consistent. For the means, I can simply log transform them. But what about the standard deviations? What formula can I use to convert SD into the log scale? @itchyshin

ThisIsLorenzo commented 3 months ago

I had a meeting with Shinichi, and this is what we concluded: