Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

level of satisfaction index

13 views
Skip to first unread message

Fredrick Avuzika

unread,
Jul 4, 2023, 8:39:46 AM7/4/23
to
hello. i have data organised as
1=disagree strongly
2=disagree
3=indifferent
4=agree
5=agree strongly

how can i have two columns to get the average for disagree strongly and disagree then agree and agree strongly

Rich Ulrich

unread,
Jul 4, 2023, 12:20:10 PM7/4/23
to
Is this what you mean?

"how can i have two columns to get the average for (disagree
strongly and disagree) then (agree and agree strongly)"

I'm not sure what you REALLY want, but ...

You can use RECODE Q1 (1,2=1)(3=9)(4,5=2) INTO Q1Group.

MISSING VALLUES Q1Group(9).

If you want to compare the values of other variables for
these two groups, you could use T-TEST.

I don't know why you want columns for averages, but you
could use AGGREGATE on Q1Group to get the averages (which
would be two or three records -- I don't remember how Missing
is handled in that case), and then FLIP to switch rows to columns.

--
Rich Ulrich
0 new messages