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

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

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -