Multilinear Regression, test for Dependence?

In summary, multilinear regression is a statistical method used to analyze the relationship between multiple independent variables and a single dependent variable. It allows for the prediction of values for the dependent variable based on the values of the independent variables. A test for dependence in multilinear regression helps determine if there is a significant relationship between the independent and dependent variables. This test is important in understanding the strength of the relationship and the accuracy of the regression model.
  • #1
WWGD
Science Advisor
Gold Member
7,007
10,459
Hi All,
Say we conduct a standard linear regression test of Y (dep) versus X (independent)

Then there are tests to be made on whether there is a linear relationship between Y and X

(with ##H_o ## being that m=0; m is the regression line slope versus ##H_A :m \neq 0 ##)

Is there a similar test for multilinear regression, to determine linear dependence

of Y versus ## X_1, X_2,..,X_n ## ?

Thanks.
 
Last edited:
Physics news on Phys.org
  • #3
Danke.
 
  • Like
Likes fresh_42
  • #4
Yes. There is a lot available for multiple linear regression. You can test if Y is statistically the entire set of independent variables. You can also use a "stepwise" linear regression algorithm that will only end up with a set / subset of independent variables that are statistically needed for the regression. The statistical software package R is free and has good regression algorithms. ( See stepAIC in http://www.statmethods.net/stats/regression.html ). The algorithm will give you p-values that tell you the statistical significance of the model and the individual variables.
 
  • Like
Likes WWGD
  • #5
FactChecker said:
Yes. There is a lot available for multiple linear regression. You can test if Y is statistically the entire set of independent variables. You can also use a "stepwise" linear regression algorithm that will only end up with a set / subset of independent variables that are statistically needed for the regression. The statistical software package R is free and has good regression algorithms. ( See stepAIC in http://www.statmethods.net/stats/regression.html ). The algorithm will give you p-values that tell you the statistical significance of the model and the individual variables.

Thanks, do you think PCA would be in order here, to determine which of the ##X_i## have more weight in determining the value of ##Y##?
 
  • #6
WWGD said:
Thanks, do you think PCA would be in order here, to determine which of the ##X_i## have more weight in determining the value of ##Y##?
No. PCA has a different use. It tries to represent the spread of data the best using fewer dimensions. But it does not single out one variable, Y, to explain, estimate, or predict. In fact, it might give you a linear combination that is very bad at estimating Y. If you want to find the best model for estimating Y = f(X), f linear, then you should use linear regression.
 
  • #7
FactChecker said:
Yes. There is a lot available for multiple linear regression. You can test if Y is statistically the entire set of independent variables. You can also use a "stepwise" linear regression algorithm that will only end up with a set / subset of independent variables that are statistically needed for the regression. The statistical software package R is free and has good regression algorithms. ( See stepAIC in http://www.statmethods.net/stats/regression.html ). The algorithm will give you p-values that tell you the statistical significance of the model and the individual variables.

Sorry to bother, but I can't find the step AIC. Would you please help?
 
  • #8
WWGD said:
Sorry to bother, but I can't find the step AIC. Would you please help?
I have actually never used the R version. I assume it is available. Here is a link that makes me believe that: https://stat.ethz.ch/R-manual/R-devel/library/MASS/html/stepAIC.html . I might be wrong. You can Google "stepwise linear regression" for other sources that may be available to you (MATLAB, SAS, SPSS, EXCEL add-in, etc).
 

What is Multilinear Regression?

Multilinear regression is a statistical method used to model the relationship between multiple independent variables and a single dependent variable. It is an extension of simple linear regression, which only considers one independent variable.

How does Multilinear Regression differ from Simple Linear Regression?

Multilinear regression differs from simple linear regression in that it allows for the consideration of multiple independent variables in predicting a single dependent variable. This can provide a more accurate and comprehensive understanding of the relationship between variables.

What is a test for Dependence in Multilinear Regression?

A test for dependence in multilinear regression is a statistical method used to determine if there is a significant relationship between the independent variables and the dependent variable. This test helps to determine if the independent variables have a significant impact on the dependent variable and if the regression model is a good fit for the data.

What are the assumptions of Multilinear Regression?

The main assumptions of multilinear regression include linearity, normality, homoscedasticity, and independence of errors. Linearity assumes that the relationship between the independent and dependent variables is linear. Normality assumes that the errors are normally distributed. Homoscedasticity assumes that the variance of the errors is constant across all values of the independent variables. Independence of errors assumes that the errors are not correlated with each other.

How is Multilinear Regression used in scientific research?

Multilinear regression is commonly used in scientific research to analyze and model the relationships between multiple variables. It allows researchers to identify the most important factors influencing a particular outcome and make predictions based on the data. It can be used in various fields such as social sciences, economics, and engineering to understand complex systems and make informed decisions.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
64
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
26
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
983
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
896
Back
Top