A point that does not follow the general pattern of the data.
What is an outlier?
Type of data that contains information on each of the two variables.
What is bivariate data?
The difference between the predicted value and the observed value.
What is a residual?
This plot allows you to choose the model you should use based on the most randomly scattered points.
What is a scatter plot?
The variable whose values are explained/predicted by another variable.
What is the response variable?
Data points that have a significant impact on the results of a statistical model.
What is an influential point?
The variable that predicts, explains, or influences the response variable
What is the Independent Variable?
A graphical technique that attempts to show the relationship between a given independent variable and the response variable, given that other independent variables are also in the model.
What is a residual plot?
A formula that graphs the independent and dependent variables
What is ŷ=b+ax?
The symbol that represents the typical value away from the LSRL
What is S?
By removing an outlier, the R and R^2 values of a scatterplot will...
What is increase?
As the X-Values increase, the Y-Values tend to decrease
What is a negative correlation?
A linear model that minimizes the sum of the squared residuals between the data and the model. Also called “line of best fit”.
What is a Linear Squares Regression Line (LSRL)?
The Goal of applying transformations to variables
What is linearity?
Describes a scatterplot with a correlation coefficient of r = 0
Random, not associated
Data points that lie far away from the center of the data significantly impact the regression line. Also known as high-leverage points
What is a horizontal outlier?
A high degree of association between two variables, where changes in one variable tend to be closely followed by changes in the other
What is a strong correlation?
A statistical measure in the regression model that determines the proportion of variance in the dependent variable that can be explained by the independent variable.
What is R-Squared?
The two ways to transform variables to obtain a better fit.
What are log and exponential?
The values of two or more variables tend to vary together in a predictable way. There is a pattern in the scatterplot that is too strong to be likely to arise by chance.
What is association?
The points that cause the slope of the LSR to decrease.
What is point A/B?
Given the data, a student with no stress level would have a score of...
Hint...the Y-Intercept
What is 91.67?
In a scatter plot, what does a curved pattern in the residual plot suggest about the linear regression model?
What is an inappropriate fit or low r squared value?
Transformation used to achieve linearity on the following table...
what is log(y)
A regression equation of a scatterplot is below: y = 2.5 + 8.3x. An actual point from this data set is (5,40). This is the residual for this given data point.
What is -4?