From 5a9ba397926090eca1fbef3f004def23c3f1f1c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Sun, 31 Mar 2019 09:06:25 +0200 Subject: [PATCH] Linear Regression GUI: Add checkbox for tolerance. --- src/ui/gui/psppire-dialog-action-regression.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-dialog-action-regression.c b/src/ui/gui/psppire-dialog-action-regression.c index b475ebb0df..f862e731f8 100644 --- a/src/ui/gui/psppire-dialog-action-regression.c +++ b/src/ui/gui/psppire-dialog-action-regression.c @@ -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 { -- 2.30.2