Added Boxplots to the EXAMINE subcommand repertoire
[pspp-builds.git] / src / factor_stats.c
index 7e5ac8b466d546accfec1ae9bf592d4cfa2b7f0c..7c4cce000f928c63c7931469dab9396091d9d064 100644 (file)
@@ -187,7 +187,7 @@ metrics_postcalc(struct metrics *m)
   /* Calculate the percentiles */
   ptiles(m->ptile_hash, m->wvp, m->n_data, m->n, m->ptile_alg);
 
-  tukey_hinges(m->wvp, m->n_data, m->n, m->hinges);
+  tukey_hinges(m->wvp, m->n_data, m->n, m->hinge);
 
   /* Special case here */
   if ( k1 + 1 == k2 )