This page was created using Mplus 5.1.
Below is an example of ordinary least squares (OLS) regression with footnotes explaining the output. To summarize the output, both predictors in this model, x1 and x3, are significantly related to the outcome variable, y1.
Here is the same example illustrated in Mplus based on the ex3.1.dat data file.
TITLE:
this is an example of a simple linear
regression for a continuous observed
dependent variable with two covariates
DATA:
FILE IS ex3.1.dat;
VARIABLE:
NAMES ARE y1 x1 x3;
MODEL:
y1 ON x1 x3;
SUMMARY OF ANALYSIS
Number of groups 1
Number of observations 500
Number of dependent variables 1
Number of independent variables 2
Number of continuous latent variables 0
<output omitted>
TESTS OF MODEL FIT
Chi-Square Test of Model Fita
Value 0.000
Degrees of Freedom 0
P-Value 0.0000
Chi-Square Test of Model Fit for the Baseline Modelb
Value 469.585
Degrees of Freedom 2
P-Value 0.0000
CFI/TLIa
CFI 1.000
TLI 1.000
Loglikelihoodc
H0 Value -2124.388
H1 Value -2124.388
Information Criteriad
Number of Free Parameters 4
Akaike (AIC) 4256.776
Bayesian (BIC) 4273.634
Sample-Size Adjusted BIC 4260.938
(n* = (n + 2) / 24)
RMSEA (Root Mean Square Error Of Approximation)a
Estimate 0.000
90 Percent C.I. 0.000 0.000
Probability RMSEA <= .05 0.000
SRMR (Standardized Root Mean Square Residual)a
Value 0.000
MODEL RESULTS
Two-Tailed
Estimatef S.E.g Est./S.E.h P-Valuei
Y1e ON
X1 0.969 0.042 23.357 0.000
X3 0.649 0.044 14.626 0.000
Interceptsj
Y1 0.511 0.043 11.765 0.000
Residual Variancesk
Y1 0.941 0.060 15.811 0.000
Estimate - The estimate column gives the estimate of the parameter in question. In the case of regression (denoted with "ON"), the parameters being estimated are the regression coefficients. These estimates tell you about the relationship between the independent variables and the dependent variable. More specifically, the estimates of the regression coefficients indicate the amount of increase in y1 that would be predicted by a 1 unit increase in the predictor (i.e. x1 or x3).
Note: For the independent variables which are not significant, the coefficients are not significantly different from 0, which should be taken into account when interpreting the coefficients. (See items h and i for a discussion of testing whether the coefficients are significantly different from zero.)
We can interpret the regression coefficients shown in the following way:
x1 - The coefficient (parameter estimate) is 0.969, so for every one unit increase in x1 the expected (predicted) value of y1 increases by 0.969, holding all other variables in the model constant.
x3 - The coefficient for x3 is 0.649, meaning that for every one unit increase in x3 the predicted value of y1 increases by 0.649, holding all other variables in the model constant.
We can use the estimates of the regression coefficients along with the intercept (see j below) to predict values of y1. One way of writing the equation looks like this:
y1_predicted = b0 + b1*x1 + b2*x3
Using the values from this section of the output, as well as the intercept (discussed below in item j), we get the following equation:
y1_predicted = 0.511 + 0.969*x1 + 0.649*x3
Two-Tailed P-Value - The column labeled "Two-Tailed P-Value" contains the p-values for a two-tailed test, testing the null hypothesis that the coefficient (estimated parameter) is 0. If you use a 2-tailed test, then you would compare each p-value to your preselected value of alpha. Coefficients having p-values less than alpha are statistically significant. For example, if you chose alpha to be 0.05, coefficients having a p-value of 0.05 or less would be statistically significant (i.e., you can reject the null hypothesis and say that the coefficient is significantly different from 0). If you use a 1-tailed test (i.e., you predict that the parameter will go in a particular direction), then you can divide the p-value by 2 before comparing it to your preselected alpha level. Looking at the example, we can say the following. The coefficient for x1 (0.969) is significantly different from 0 using an alpha of 0.05 because its p-value is listed as 0.000, which is smaller than 0.05. The coefficient for x3 (0.649) is significantly different from 0 using an alpha of 0.05 because its p-value is listed as 0.000*, which is smaller than 0.05.
Note that a p-value listed as 0.000 does not mean that the actual p-value is zero, instead it indicates that the p-value is less than 0.0005 (0.0004 being approximately the largest number which rounds to 0.000). Values less than 0.0005 are indeed very close to zero in many practical applications, but this is conceptually distinct from an actual value of zero.
The content of this web site should not be construed as an endorsement of any particular web site, book, or software product by the University of California.