Multivariate Analysis

  1. Multiple Linear Regression
    1. Regression Model Framework
      1. Simple vs. Multiple Regression
        1. Model Specification
          1. Variable Types
            1. Dependent Variables
              1. Independent Variables
                1. Continuous Variables
                  1. Categorical Variables
                2. Model Assumptions
                  1. Linearity
                    1. Independence of Errors
                      1. Homoscedasticity
                        1. Normality of Errors
                          1. No Perfect Multicollinearity
                            1. Fixed X Assumption
                            2. Parameter Estimation
                              1. Ordinary Least Squares Method
                                1. Matrix Formulation
                                  1. Normal Equations
                                    1. Geometric Interpretation
                                    2. Model Evaluation
                                      1. Coefficient of Determination
                                        1. R-squared
                                          1. Adjusted R-squared
                                            1. Predicted R-squared
                                            2. Standard Error of Estimate
                                              1. Analysis of Variance
                                                1. ANOVA Table
                                                  1. F-Test for Overall Significance
                                                    1. Sum of Squares Decomposition
                                                  2. Coefficient Interpretation
                                                    1. Unstandardized Coefficients
                                                      1. Standardized Coefficients (Beta)
                                                        1. Partial Correlation Coefficients
                                                          1. Semi-Partial Correlations
                                                          2. Hypothesis Testing
                                                            1. Individual Coefficient Tests
                                                              1. t-Tests
                                                                1. Confidence Intervals
                                                                2. Joint Hypothesis Tests
                                                                  1. F-Tests for Subsets
                                                                3. Regression Diagnostics
                                                                  1. Residual Analysis
                                                                    1. Residual Types
                                                                      1. Residual Plots
                                                                        1. Normal Probability Plots
                                                                        2. Influence Diagnostics
                                                                          1. Leverage Values
                                                                            1. Cook's Distance
                                                                              1. DFBETAS
                                                                                1. DFFITS
                                                                                2. Multicollinearity Diagnostics
                                                                                  1. Variance Inflation Factor
                                                                                    1. Tolerance
                                                                                      1. Condition Indices
                                                                                        1. Eigenvalue Analysis
                                                                                      2. Variable Selection
                                                                                        1. Forward Selection
                                                                                          1. Backward Elimination
                                                                                            1. Stepwise Regression
                                                                                              1. All Possible Regressions
                                                                                                1. Information Criteria
                                                                                                  1. AIC
                                                                                                    1. BIC
                                                                                                      1. Mallows' Cp
                                                                                                    2. Model Validation
                                                                                                      1. Cross-Validation
                                                                                                        1. Split-Sample Validation
                                                                                                          1. Bootstrap Methods