Question: In R we create a simple linear model using this function: lm(variable_1 ~ variable_2, data = example_df) What does variable_1 represent? i. The constant (i.e.
In R we create a simple linear model using this function: lm(variable_1 ~ variable_2, data = example_df) What does variable_1 represent?
i. The constant (i.e. c in y=mx+c)
ii. Explanatory variable
iii. Response variable
iv. Independent variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
