Need help with your investigation or report writing? Ask the Expert. Free advice from the professional community.
You can't make decissions on this page's approval status because you have not the owner or an admin on this page's Group.
Contributor
Mathematical models can be as simple as a straight line. In a linear model the straight line is used to describe the relation between two variables. We express y according to the value of x. We predict y according to x. Therefore x is called the predictor or independent variable and y the predicted or dependent variable.
Figure 1 shows the relation between y and x.
The straight line represents the average values of y for different values of x. It is a regression line. It was obtained by fitting a straight line equation to the data. A simple way to understand how the straight line is fitted on the dot plot is to visually guess where it would need to be placed in order to minimise the various distances between each dot and the line.
The equation of a straight line is:
y = β0 + β1x
In which
β0 is the intercept (value of y when x = 0)
β1x is the coefficient of x. It describes the slope of the line. It represents the number of units of change in y when x increases by 1 unit.
Let's suppose that in the above example we want to predict y not only according to x1 but also according to x2. We would have then two predictors. The relation between x1 , x2 and y is still a straight line. The equation is now:
y = β0 + β1x1 + β2x2
To locate the straight line in the dots we need to imagine a 3 dimensional rectangle coordinates with y expressed according to x1 and x2.
The coefficients β1 and β2 respectively provide estimate of the effect of x1 and x2 which are mutually un-confounded. Mathematically there are no limits to the number of variables to be included in a model.
<<Back to Logistic regression
You need to be logged in to post comments.
You can log in here. You can register here if you haven't done so yet.