Linear Regression GUI: Add checkbox for tolerance.
authorAyhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org>
Sun, 31 Mar 2019 07:06:25 +0000 (09:06 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 31 Mar 2019 07:09:03 +0000 (09:09 +0200)
src/ui/gui/psppire-dialog-action-regression.c

index b475ebb0dfb6a9b5be6a855ee43cefaf3ea0eef3..f862e731f8a8e392e7ee9e49600b63977c21965c 100644 (file)
@@ -41,7 +41,8 @@
   RG (CI,    N_("Conf. Interval"), N_("Show the confidence interval for the regression coefficients"))   \
   RG (R,     N_("R"),              N_("Show the correlation between observed and predicted values")) \
   RG (ANOVA, N_("Anova"),          N_("Show the analysis of variance table"))  \
-  RG (BCOV,  N_("Bcov"),           N_("Show the variance coefficient matrix"))
+  RG (BCOV,  N_("Bcov"),           N_("Show the variance coefficient matrix"))  \
+  RG (TOL,   N_("Tol"),            N_("Show the variance inflation factor and its reciprocal"))
 
 enum
   {