Creating Tables to Present Statistical Results

Below are some sample tables for presenting statistical information. Although some of them are conventional in the social sciences (e.g., the correlation tables), it is important to remember that these are only examples. You will encounter many variations of these tables as you read scientific work in your substantive area. There may be conventions that are adopted in some areas and not in others. Pay attention to how scholars in your discipline present tabular information.

These examples were created using the data sets usnews.csv and riverview.csv.



Presenting Summary Statistics

Studies often present summary statistics such as the mean and standard deviation. If you only have one or two variables for which you are presenting summary statistics it is often better to present these in the prose of your manuscript. If you have several variables, the information is typically better conveyed in a table. Here is an example of a table presenting summary statistics for a sample of graduate schools of education.

Table 1: Means and Standard Deviations for Five Measures of Graduate Programs of Education
Measure M SD
Peer rating 3.3 0.5
Acceptance rate for Ph.D. students 40.1 20.2
Enrollment 969.8 664.9
GRE score (verbal) 154.9 3.7
GRE score (quantitative) 151.0 4.4

Here are a few things to note about the table:

  • It is numbered/named as “Table X”.
  • It has a caption.
  • The different variables being summarized are presented in the table rows. These are given names that readers can understand. (They are not the variable names used in the dataset which have shortened names like doc_accept and peer.)
  • The different statistics being used to summarize the data are presented in the table columns. These are given abbreviated names as suggested in the APA Publication Manual. In general, statistics are italicized (this is also done in the text of your manuscript).
  • There are no vertical borders in the table. There are horizontal borders above and below the header row, and at the bottom of the table. Other horizontal borders can be included to help readers if the table is particularly long.



Here is another table presenting the means and standard deviations, but this time the statistical summaries are conditioned on sex.

Table 2: Means and Standard Deviations for Three Measures of Riverview Employees Conditioned on Sex
Females
Non-females
Measure M SD M SD
Education level (in years) 16.0 4.0 16.0 5.0
Seniority (in years) 14.0 7.0 16.0 7.0
Income (in thousand of U.S. dollars) 48.9 13.3 59.9 14.2



This table also presents the means and standard deviations conditioned on sex, but it also includes confidence intervals for the means. It also presents the conditioning in separate rows rather than separate columns.

Table 3: Means and Confidence Intervals (CI) for Three Measures of Riverview Employees Conditioned on Sex
95% CI
Measure M SD LL UL
Education level (in years)
     Female 16.0 4.0 13.7 17.8
     Non-female 16.0 5.0 13.5 19.1
Seniority (in years)
     Female 14.0 7.0 10.7 17.5
     Non-female 16.0 7.0 11.5 19.9
Income (in thousand of U.S. dollars)
     Female 48.9 13.2 42.3 55.5
     Non-female 59.9 14.2 51.7 68.1



Presenting Correlation Coefficients

Similar to presenting summary statistics, if you only have one or two correlation coefficients to present, it is best to present these in the prose of your manuscript. If you have several correlations the information is typically better conveyed in a table. Here is an example of a table presenting correlation coefficients for our sample of graduate schools of education.

Table 4: Intercorrelations for Five Measures of Graduate Programs of Education
Measure 1 2 3 4 5
  1. Peer rating
  1. Acceptance rate for Ph.D. students
-.22
  1. Enrollment
.00 .09
  1. GRE score (verbal)
.44 -.50 -.14
  1. GRE score (quantitative)
.33 -.30 -.19 .50

Here are a few things to note about the table:

  • The correlation coefficients are generally rounded to two decimal places.
  • In each column where numbers are presented, the decimal point should be vertically aligned.
  • If the correlation table is to support a regression analysis, typically the outcome variable is the first variable presented in the table (in this case, peer rating). If there is a focal predictor (i.e., a predictor germane to your research question), this should be the second variable presented in the table, etc. Otherwise present the predictors alphabetically.
  • Do not indicate “statistical significance” with stars as per the recommendation of the American Statistical Association. Similarly, do not include p-values in a table of correlations. There are many issues related to statistical significance and p-values that arise in a table of correlations, not the least of which is that of multiple tests. It is better to save any presentation of p-values (if you really need to give them) for tables of the regression results.



Here is an alternative table presenting both the summary statistics of each variable and the intercorrelations. Combining the information into a single table can be useful when trying to save space in a manuscript.

Table 5: Descriptive Statistics and Correlations for Five Measures of Graduate Programs of Education
Measure M SD 1 2 3 4 5
  1. Peer rating
3.3 0.5
  1. Acceptance rate for Ph.D. students
40.1 20.2 -.22
  1. Enrollment
969.8 664.9 .00 .09
  1. GRE score (verbal)
154.9 3.7 .44 -.50 -.14
  1. GRE score (quantitative)
151.0 4.4 .33 -.30 -.19 .50



Presenting Results from a Fitted Regression Model

Typically the results of the “final” adopted model are presented in a table. However, if there are only one or two predictors in the model, it is best to present these in the prose of your manuscript rather than a table. If you have several predictors the information is often better conveyed in a table. Here is an example of a table presenting the results from a fitted regression model for our sample of graduate schools of education.

Table 6: Unstandardized Coefficients for an OLS Regression Model Fitted to Estimate Variation in Peer Ratings
Predictor B SE t p
Acceptance rate for Ph.D. students 0.00 0.003 0.02 0.983
GRE score (verbal) 0.05 0.018 3.01 0.003
GRE score (quantitative) 0.02 0.014 1.31 0.193
Constant -7.72 2.729 -2.83 0.006

Here are a few things to note about the table:

  • The intercept term of the model (Constant), is relegated to the bottom of the table as it is not typically substantively interesting.
  • The different coefficients are presented in the table rows (when the table includes only one model). These are given names that readers can understand. (They are not the variable names used in the dataset which have shortened names like doc_accept and peer.)
  • There are no stars indicating statistical significance as per the American Statistical Association’s recommendation.
  • The sample size (\(N\)) and variance accounted for (\(R^2\)) estimates could be added to a footnote or provided in prose.



Alternatively, a regression table can include the confidence interval for each of the coefficients in addition to (or in place of!) the p-values. This addresses the uncertainty in the estimates.

Table 7: Unstandardized Coefficients and Confidence Intervals for an OLS Regression Model Fitted to Estimate Variation in Peer Ratings
95% CI
Predictor B SE LL UL
Acceptance rate for Ph.D. students 0.00 0.003 -0.01 0.006
GRE score (verbal) 0.05 0.018 0.02 0.089
GRE score (quantitative) 0.02 0.014 -0.01 0.045
Constant -7.72 2.729 -13.13 -2.316



Another variation on this table includes the standardized regression coefficients.

Table 8: Unstandardized and Standardized Coefficients for an OLS Regression Model Fitted to Estimate Variation in Peer Ratings
Predictor B β t p
Acceptance rate for Ph.D. students 0.00 -0.41 0.02 0.983
GRE score (verbal) 0.05 0.002 3.01 0.003
GRE score (quantitative) 0.02 0.33 1.31 0.193
Constant -7.72 -2.83 0.006



Presenting Results from Many Fitted Regression Models

In many analyses, you may need to present the results from a set of fitted models. Here is an example of a table presenting the results from a set of fitted regression models for our sample of graduate schools of education.

Table 9: Unstandardized Coefficients and Confidence Intervals for a Series of OLS Regression Models Fitted to Estimate Variation in Peer Ratings
Model A Model B Model C
GRE score (verbal) 0.056 0.011 0.0003
(0.035, 0.078) (-0.024, 0.046) (-0.032, 0.032)
GRE score (quantitative) 0.047 0.037
(0.017, 0.076) (0.010, 0.063)
Acceptance rate for Ph.D. students -0.010
(-0.014, -0.006)
Constant -5.396 -5.488 -1.860
(-8.704, -2.089) (-8.683, -2.294) (-5.056, 1.335)
R2 0.182 0.243 0.385
RMSE 0.444 0.429 0.388

Here are a few things to note about the table:

  • When presenting the results from multiple models, the goal is to often compare how coefficients differ from model-to-model. Because of this we typically present each model in a column and each coefficient in a row&emdash;this way you compare by reading horizontally.
  • If a model does not include a particular coefficient, leave that cell blank.
  • The intercept term of the model (Constant), is relegated to the bottom of the table as it is not typically substantively interesting.
  • Use predictor names that readers can understand. (They are not the variable names used in the dataset which have shortened names like doc_accept and peer.)
  • Model-level estimates are also included in the table, typically below the coefficient-level estimates. Sometimes a horizontal line is added to the table as a separator.

If you have many models to present, use a landscape orientation on your page.



If you must present p-values, do not include stars indicating statistical significance (as per the American Statistical Association’s recommendation). Include the p-value directly in the table.

Table 10: Unstandardized Coefficients (Standard Errors) and p-Values for a Series of OLS Regression Models Fitted to Estimate Variation in Peer Ratings
Model A
Model B
Model C
B SE p B SE p B SE p
GRE score (verbal) 0.056 0.011 <0.001 0.011 0.018 0.531 0.0003 0.016 0.986
GRE score (quantitative) 0.047 0.015 0.002 0.037 0.014 0.009
Acceptance rate for Ph.D. students -0.010 0.002 <0.001
Constant -5.396 0.056 0.002 -5.488 1.630 0.001 -1.860 1.630 0.256
R2 0.182 0.243 0.385
RMSE 0.444 0.429 0.388