SPSS creating table with multipe variables down, and the variables values horizontally -


Let's assume that I have two variables in both variables "like ice" and "like coffee" in both variables " Do not like "," likes "," love ".

I want to create a table that displays it:

  | Do not like Liked Love | | Like ice 8 | 3 | 15 | Like coffees 13. 7 | 6 |   

Below the variable, and their values ​​are horizontally, display the number of options.

Thank you!

Very easy with CTB, enter the variable in the rows and specify the figures in the opposite dimension. This is called a compatibility table.

Comments

Popular posts from this blog

c - Performance of System() -

python - how we can use ajax() in views.py in django? -

c++ - How to define methods in a base class that only work in derived classes? -