pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple Regression with no constant term


From: Ether Jones
Subject: Re: Multiple Regression with no constant term
Date: Mon, 13 Jul 2015 16:17:17 -0400


On Mon, Jul 13, 2015 at 3:10 PM, John Darrington <address@hidden> wrote:
On Sun, Jul 12, 2015 at 10:45:14PM -0400, Ether Jones wrote:
     ???Can someone please post a small working example script using GLM??? (with no
     constant term) .

Here is one such example:

begin data.
1       4       332
1       4       380
1       4       371
1       4       366
1       4       354
1       0       259.5
1       0       302.5
1       0       296
1       0       349
1       0       309
2       4       354.67
2       4       353.5
2       4       304
2       4       365
2       4       339
2       0       306
​​
2       0       339
2       0       353
2       0       351
2       0       333
end data.

​​
​​
​​
glm points by Factor0 Factor1
  /intercept=exclude
  .

Thank you, but ​I ran that script with PSPP ​0.8.5 on Windows and got the following output:

​GLMexample.sps:1: error: BEGIN DATA: BEGIN DATA is allowed only after the
active dataset has been defined.

GLMexample.sps:2.1-2.19: error: Syntax error at `1       4       332':
expecting command name.

GLMexample.sps:24: error: GLM: GLM is allowed only after the active dataset has
been defined.​
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]