Fixed Bug #19424 (confidence interval from EXAMINE).
[pspp-builds.git] / src / language / stats / examine.q
index b040e19bc7fd84f41af7fb9a78033f50bdc81941..bb6f9eec5da0f5f9ba24d06e57d9d1cbe4ae7556 100644 (file)
@@ -1507,18 +1507,14 @@ show_descriptives (const struct variable **dependent_var,
 }
 
 
-
-
 /* Fill in the descriptives data */
 void
 populate_descriptives (struct tab_table *tbl, int col, int row,
                      const struct metrics *m)
 {
-
-  const double t = gsl_cdf_tdist_Qinv (1 - cmd.n_cinterval[0]/100.0/2.0, \
+  const double t = gsl_cdf_tdist_Qinv ((1 - cmd.n_cinterval[0] / 100.0)/2.0,
                                      m->n -1);
 
-
   tab_text (tbl, col,
            row,
            TAB_LEFT | TAT_TITLE,