Multivariate analysis - Multiple regression analysis

2,661 views 9 slides Sep 23, 2019
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Multiple regression analysis , its methods among which multiple regression analysis one of the popular method. also discuss the applications and purposes


Slide Content

Multivariate Analysis Basic Principles and Applications of Multiple Regression Analysis Presented by, A.Raihanathus Sahdhiyya, II M.Sc.,Microbiology, TBAK College Submitted to , Dr. F. Arockiya Aarthi Rajathi, Asst. Professor, Dept. of Microbiology & Biotechnology, TBAK College

What is Multivariate Analysis ?? Multivariate analysis ( MVA ) is based on the statistical principle of multivariate statistics , which involves observation and analysis of more than one statistical outcome variable at a time It is used to address the situations where multiple measurements are made on each experimental unit and the relations among these measurements and their structures are important

Applications Multivariate hypothesis testing Dimensionality reduction Latent structure discovery Clustering Multivariate regression analysis Classification and discrimination analysis Variable selection Multidimensional Scaling Data mining

Types of Multivariate Analysis Additive Tree. Canonical Correlation Analysis. Cluster Analysis. Correspondence Analysis / Multiple Correspondence Analysis. Factor Analysis. Generalized Procrustean Analysis. Independent Component Analysis. MANOVA. Multidimensional Scaling. Multiple Regression Analysis. Partial Least Square Regression. Principal Component Analysis / Regression / PARAFAC. Redundancy Analysis.

Multiple Regression Analysis

What is Regression Analysis ?? Regression analysis is used in stats to find trends in data will provide you with an equation for a graph so that you can make predictions about your data For example, if you’ve been putting on weight over the last few years, it can predict how much you’ll weigh in ten years time if you continue to put on weight at the same rate t will also give you a slew of statistics (including a p-value and a correlation coefficient ) to tell you how accurate your model is Essentially, regression is the “best guess” at using a set of data to make some kind of prediction. It’s fitting a set of points to a graph

Multiple Regression Analysis - most commonly utilized multivariate technique and often used as a forecasting tool - is used to see if there is a statistically significant relationship between sets of variables. It’s used to find trends in those sets of data Multiple regression analysis is almost the same as simple linear regression . The only difference between simple linear regression and multiple regression is in the number of predictors (“x” variables) used in the regression. Simple regression analysis uses a single x variable for each dependent “y” variable. For example: (x1, Y1). Multiple regression uses multiple “x” variables for each independent variable : (x1)1, (x2)1, (x3)1, Y1).

Multiple Regression Analysis Output Regression analysis is always performed in software, like Excel or SPSS. The output differs according to how many variables you have but it’s essentially the same type of output you would find in a simple linear regression. There’s just more of it: Simple regression: Y = b0 + b1 x. Multiple regression: Y = b0 + b1 x1 + b0 + b1 x2…b0…b1 xn. The output would include a summary, similar to a summary for simple linear regression, that includes: R (the multiple correlation coefficient), R squared (the coefficient of determination), adjusted R-squared, The standard error of the estimate.

Purposes –Prediction –Explanation –Theory building