From: Ayhan Yalçınsoy Date: Sun, 31 Mar 2019 07:06:25 +0000 (+0200) Subject: Linear Regression GUI: Add checkbox for tolerance. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9ba397926090eca1fbef3f004def23c3f1f1c7;p=pspp Linear Regression GUI: Add checkbox for tolerance. --- 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 {