HEAL-KGS / STICr

A collection of functions for tidying and processing raw data from Stream Temperature, Intermittency, and Conductivity (STIC) loggers
GNU Affero General Public License v3.0
4 stars 2 forks source link

Check if "exponential" in get_calibration is working as expected #14

Closed samzipper closed 2 years ago

samzipper commented 2 years ago

I am suspicious of the log transformation inside the lm call and whether it would get passed forward appropriately in apply_calibration

christopherwheeler commented 2 years ago

After doing the test with the log transform both inside and outside the lm call, I ended up getting the same result. We can look at this more in case I was doing it wrong