|
From: | Friedrich Beckmann |
Subject: | PSPP-BUG: [bug #45667] REGRESSION syntax difference between SPSS and PSPP (method parameter is required) |
Date: | Fri, 31 Jul 2015 06:36:47 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/7.1.7 Safari/537.85.16 |
URL: <http://savannah.gnu.org/bugs/?45667> Summary: REGRESSION syntax difference between SPSS and PSPP (method parameter is required) Project: PSPP Submitted by: beckmanf Submitted on: Fr 31 Jul 2015 06:36:45 GMT Category: Syntax Parser Severity: 5 - Average Status: Confirmed Assigned to: None Open/Closed: Open Discussion Lock: Any Release: None Effort: 0.00 _______________________________________________________ Details: Email from Douglas Bonett: There seems to be more serious discrepancies between SPSS and PSPP syntax for linear regression. For a simple linear model SPSS produces REGRESSION /MISSING LISTWISE /STATISTICS COEFF OUTS CI(95) R ANOVA /CRITERIA=PIN(.05) POUT(.10) /NOORIGIN /DEPENDENT y /METHOD=ENTER x. while PSSS gives REGRESSION /VARIABLES= x /DEPENDENT= y /STATISTICS=COEFF CI R ANOVA. SPSS V22 does not accept the PSPP regression syntax. ============== I tested this in a more or less current branch. This syntax works on pspp: REGRESSION VARIABLES= a /DEPENDENT= b /STATISTICS=COEFF CI R ANOVA. and also this syntax works REGRESSION /VARIABLES= a /DEPENDENT= b /STATISTICS=COEFF CI R ANOVA. and produces the regression result. However the SPSS manual for version 23 ftp://public.dhe.ibm.com/software/analytics/spss/documentation/statistics/23.0/en/client/Manuals/IBM_SPSS_Statistics_Command_Syntax_Reference.pdf says that the METHOD parameter is required. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?45667> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |