Respuesta :
Answer:
D. Largest p-value
Step-by-step explanation:
P-value assists statistician to know the importance of their result. It assists them in determining the strength of their evidence.
A large P-value which is less than 0.05 depicts that an evidence is week against null hypothesis, therefore the null hypothesis must be accepted.
A small P-value <0.05 depicts a strong evidence against null hypothesis, so the null hypothesis must be rejected.
Answer:
B. Highest increase in the multiple r-squared
Step-by-step explanation:
Forward selection is a type of stepwise regression which begins with an empty model and adds in variables one by one. In each forward step, you add the one variable that gives the single best improvement to your model.
We know that when more variables are added, r-squared values typically increase with probability 1. Based on this and the above definition, we select the candidate variable that increases r-Squared the most and stop adding variables when none of the remaining variables are significant.