There are a number of values for dependent variable (let's name it Y
) and the same number of corresponding values for independent variable (let's name it X
).
How can i check if dependency
Y(X)
is linear
?
If my table would looks like (i.e. independent variable X
will take only two values 0 or 1):
Is it possible in that case that dependency Y(X)
is linear
? Why?