, ... .
:
plot(dist~speed,cars)
plot(dist~1/speed,cars)
, , ( ~ ), , , , , . , .
GoF_logistic, :
plot(dist~I(1/speed),cars)
( , ), :
with(cars,plot(1/speed,dist))
, "1/x". I() , ; plot(x,y ...) , .
- - plot(dist~(speed^2)) .
[ ANOVA, , , - ( , ). plot(y~x^2) plot(y~1/x) -, , , , ?]