Hallo Leute,
ich benötige eure Hilfe!
Derzeit werte ich meine KANO Umfrage mit 110 Teilnehmern per Hand aus - das ist sehr zeitaufwendig. Ich dachte mir, das geht doch auch mit SPSS?
Meine Recherchen brachten mich zum Thema IF Syntax. Bisherige Syntax Eingaben brachten leider keinen Erfolg
IF (F1=2 and F2=2) variable_neu= Indifferentes_Merkmal
Hier die Tabelle, die ich codieren muss.
https://www.google.de/search?q=KANO+MOD ... duWf9cgAM:
Hat jemand bereits mit der KANO Auswertung über SPSS Erfahrungen gesammelt oder weiß wie sowas funktioniert?
KANO Modell Auswertung mit SPSS
-
- Beiträge: 2
- Registriert: 23.06.2018, 14:16
Re: KANO Modell Auswertung mit SPSS
Beispiel:
DO IF (K1f=1 and K1dy=1).
soll als Variable Q (=Questionable) gewertet werden.
Error Meldung:
>Error # 4305 in column 14. Text: and
>A relational operator may have two numeric operands or two character string
>operands. To compare a character string to a numeric quantity, consider using
>the STRING or NUMBER function.
>Execution of this command stops.
DO IF (K1f=1 and K1dy=1).
soll als Variable Q (=Questionable) gewertet werden.
Error Meldung:
>Error # 4305 in column 14. Text: and
>A relational operator may have two numeric operands or two character string
>operands. To compare a character string to a numeric quantity, consider using
>the STRING or NUMBER function.
>Execution of this command stops.
-
- Beiträge: 1
- Registriert: 25.05.2021, 15:17
Re: KANO Modell Auswertung mit SPSS
Hi, ich schreibe grade meine Bachelorthesis und arbeite auch mit dem Kano-Modell und möchte grade die Antworten anhand SPSS mit dem Kano-Modell auswerten. Stehe jetzt vor dem gleichen Problem. Wurde eine Lösung gefunden?