I have taken an equation from an article which was fitted on x being 1 (kg) at a minimum, the equation is as follows
log10(y) = -0.619 + 0.812 * log10(x)^1.171
But now I would like to use the equation to calculate values of x when x<1, but if x<1 than log10(x) is <0 so this doesn't work. I don't have the original data so I can't refit the function. How can I modify the equation so values of x can be < 1?
