adriancorrendo / soiltestcorr

Soil Test Correlation & Calibration in R
https://adriancorrendo.github.io/soiltestcorr/
Other
7 stars 2 forks source link

Simpler update to Mit and vignette #13

Closed austinwpearce closed 1 year ago

austinwpearce commented 1 year ago
adriancorrendo commented 1 year ago

Thanks, Austin for putting this together.

Just give some time to check the x_intercept thing and "b" or "-b"...it looks like a great catch but I just want to make sure we are not missing something.

About the y-intercept, I like it. It looks a great option when the x variable is nutrient rate. However, in the case of STV, y-intercept would not have much interpretation, right? cause the RY with STV=0 should be expected to be zero (or very close), unless it may serve for an indirect indicator of "mineralization" during the season, especially N. The problem is that won't serve much for non-mobile nutrients that we cannot (or shouldn't) transform ppm to kg (like P).

Best,

ADRIAN

austinwpearce commented 1 year ago

Visual example of how the b parameter functions in the Mit formulas $y = a(1 - exp(-c(x+b)))$ mit

About Y-intercept

in the case of STV, y-intercept would not have much interpretation, right? cause the RY with STV=0 should be expected to be zero (or very close)

In my reply, I admit I'm thinking more about less mobile nutrients (P, K, etc)

I agree that the interpretation of relative yield begins to break down as STV approaches zero. (Relative metrics in general carry interpretation challenges) For example,

Some have argued that RY should equal 0 when STV equals zero (Steinfurth el al 2022). But I think this misses some counter-arguments:

The LP and QP functions report the Y-intercept which is why I was adding it to mitscherlich(). Currently we do not restrict the exponential model from having negative intercepts or relatively high intercepts. The researcher can decide if the interpretation is useful.

adriancorrendo commented 1 year ago

Austin,

your response simply rocks it!

Straightforward and simple to follow.

Thank you for saving me a considerable amount of time.

Definitely a pleasure to work with you!

Cheers,

ADRIAN