Hi everyone! This will be my first post of my blog! I am excited to add to this as I make progress in this class.
Module #7 Assignment
Module #7 Assignment 1. In this assignment's segment, we will use the following regression equation Y = a + bX +e Where: Y is the value of the Dependent variable (Y) , what is being predicted or explained a or Alpha, a constant; equals the value of Y when the value of X=0 b or Beta, the coefficient of X; the slope of the regression line; how much Y changes for each one-unit change in X. X is the value of the Independent variable (X), what is predicting or explaining the value of Y e is the error term; the error in predicting the value of Y, given the value of X (it is not displayed in most regression equations). 1.1 The data in this assignment: x <- c ( 16 , 17 , 13 , 18 , 12 , 14 , 19 , 11 , 11 , 10 ) y <- c ( 63 , 81 , 56 , 91 , 47 , 57 , 76 , 72 , 62 , 48 ) 1.1 Define the relationship model between the predictor (x) and the response (Y) variable: The relationship mode...
Comments
Post a Comment