Please enable JavaScript.
Coggle requires JavaScript to display documents.
Regression Modelling (What :question: (Equation line, if linear r'ship…
Regression Modelling
What :question:
Commonly, prediction method
-
-
Equation line, if linear r'ship
-
-
-
Purpose
-
To examine 2 things
-
:two: Which variables are significant predictors, and the magnitude of impact on outcome variable
-
-
tutorial: R Output
-
Quality of fit ,
statistical significant tests
Pr(>|t|)
-
-
P-value < 5% is reasonable to indicate the relationship between Y and X exists not by chance and thus the H0 can be rejected
Residual standard error
-
estimate standard deviation of the residuals, e
:+1: lower values signifies that the distances between the data points and the fitted values are smaller
-
Multiple R-squared
-
-
For R-squared, you want the regression model to explain higher percentages of the variance. Higher R-squared values indicate that the data points are closer to the fitted values. While higher R-squared values are good, they don’t tell you how far the data points are from the regression line. (i.e. Residual Standard Error)
F-statistics
t-statistics can only evaluate one term, while F stats can do > 1
-
t value
t-statistics, to test null hypothesis
for independent var, H0 : = 0
if = 0, then Y is not associated with X
if t value further away from 0,
then greater evidence to reject H0
can only evaluate one term, while F stats can do > 1
-
Types
RELATIONSHIP
-
-
a r'ship, in which trend exists between X & Y but with scatter
-
Computation
Manual
-
-
least squares method, such that RSS, residual sum of squares is minimized
- R squared
Coefficient of determination
-
-
-
-
-
-
-
-
-
there is a residual, e value for each data point
-