Adding test data within the repository including for calibration, and expanding STIC_TestFunctions.R accordingly
Changing some variable names to be more intuitive
General tidying up
One remaining issue that needs addressing:
"exponential" method in get_calibration does not seem to work when used in apply_calibration - I think the log transformation is not being carried through. See line 44 in STIC_TestFunctions.R
Responding to issue #1
Key changes:
STIC_TestFunctions.R
accordinglyOne remaining issue that needs addressing:
get_calibration
does not seem to work when used inapply_calibration
- I think the log transformation is not being carried through. See line 44 inSTIC_TestFunctions.R