The /DESIGN subcommand of GLM works for fixed effects ANOVAs in PSPP,
not for linear regression analysis. But Ana Messler asked for a way to
build interaction terms in a linear regression model. In SPSS it would
be possible because SPSS also gives the results of a regression analysis
in additio
Alternatively, you can use the /DESIGN subcommand of the GLM command.
J'
On Sun, Feb 20, 2022 at 07:22:27AM +0100, Dr. Oliver Walter wrote:
You can do it the same way as in SPSS: Use the syntax command "compute"
to build an interaction term by multiplying your regressors and then put
You can do it the same way as in SPSS: Use the syntax command "compute"
to build an interaction term by multiplying your regressors and then put
this interaction term into your regression model.
Am 19.02.2022 um 15:22 schrieb Ana Messler:
I am wondering whether you know if PSPP can do an intera
I am wondering whether you know if PSPP can do an interaction term such as in
regression? In SPSS we form this by multiplying corresponding standardized
values from specific variables to create the interaction terms and then adding
these new variables to the set of regression data. I was lookin