Hi Andreas,
the error message (PSPP expects a new command) would seem to
indicate that before /Save you have a dot, or an empty line.
frans
On 2/23/24 20:57, Andreas Hammer wrote:
Hello,
I'm a bit confused. I can do k-means. I can also save the clusters for
some variables. According to the manual, I should have used
/save=cluster(name). But it only works with /save cluster(name).
That works
QUICK CLUSTER BE02_04 BE02_05 BE02_06 BE02_07 BE02_08 BE02_09 BE08_10
/CRITERIA=CLUSTERS(3)
/Save Cluster (Cl_Test).
The irritating thing is that for other variables (same structure in
the same file) the clusters cannot be saved, neither with
/save=cluster(name) nor with /save cluster(name) or /save=cluster or
/save cluster.
The error message:
OhneTitel.sps:5.9: Fehler: Syntexfehler: Erwarte einen Befehlsnamen.
5 | /Save=Cluster.
| ^
OhneTitel.sps:5.9: Fehler: Syntexfehler: Erwarte einen Befehlsnamen.
5 | /Save Cluster.
| ^
I was wondering whether it could be due to the data for the variables.
But the cluster analysis works and as far as I have seen the data,
there is nothing conspicuous.
Does anyone have an idea how I can save clusters?
Thank you.
Greetings Andreas Hammer
I use Win 11 and
╭────────────────────────┬──────────────────────────────────╮
│Version │GNU pspp 2.0.0-g523775 │
│Hostsystem │x86_64-w64-mingw32 │
│Build System │x86_64-pc-linux-gnu │
│Compilerversion │10-win32 20210110 │
╰────────────────────────┴──────────────────────────────────╯