1. linear in explanatory variables but may not be linear in parameters
2. non-linear in parameters and must be linear in variables
3. linear in parameters and must be linear in variables
4. linear in parameters and may be linear in variables
A linear regression model describes the relationship between a dependent variable and one or more independent (explanatory) variables. The key characteristic defining a model as "linear" relates to how the parameters (coefficients) enter the equation.
A regression model is considered linear if the equation is linear in its parameters. This means the parameters are simply added or subtracted, possibly multiplied by variables or functions of variables, but they are not exponents, roots, or inside trigonometric, logarithmic, or other non-linear functions.
For example, the model:
$ Y = \beta_0 + \beta_1 X_1 + \beta_2 X_2 + \epsilon $
is linear in the parameters $\beta_0$, $\beta_1$, and $\beta_2$. Here, $Y$ is the dependent variable, $X_1$ and $X_2$ are explanatory variables, and $\epsilon$ is the error term.
The relationship between the dependent variable and the explanatory variables does not strictly have to be linear. A linear regression model framework can accommodate non-linear relationships with the variables by transforming the variables themselves.
For instance, consider the model:
$ Y = \beta_0 + \beta_1 X + \beta_2 X^2 + \epsilon $
This model is still considered a linear regression model because it is linear in the parameters $\beta_0$, $\beta_1$, and $\beta_2$. Even though the relationship between $Y$ and $X$ is quadratic (non-linear), we can treat $X^2$ as a new variable (say, $X_{new} = X^2$). The model then becomes $Y = \beta_0 + \beta_1 X + \beta_2 X_{new} + \epsilon$, which is linear in the parameters and involves the variables $X$ and $X_{new}$.
Let $X_1, X_2, X_3$ be a random sample of size 3 from an absolutely continuous distribution that is symmetric about 0. For $i=1,2,3$, let $R_i$ denote the rank of $|X_i|$ among $|X_1|, |X_2|$ and $|X_3|$.
If $T^+ = \sum_{i=1, X_i>0}^3 R_i$
is the Willcoxon signed-rank statistic, then which of the following statements are true?,