What is the MAXIMUM number of variables that can be entered into an SPSS Frequencies command?

StackOverflow https://stackoverflow.com/questions/20840688

  •  22-09-2022
  •  | 
  •  

문제

As it says on the tin. I know that it will be somewhere between 125 and 2013 but trying to streamline my code.

Any help greatly appreciated!

도움이 되었습니까?

해결책

The DOCS say 1000 is the maximum (see the Limitations section). You could reach the limits of displaying tables in the output in memory, making the effective number smaller (depends on the style of tables you have it output as well as the number of rows displayed in the tables).

This isn't to say that outputting 1,000 frequencies is ever a really good idea. Why would you ever want to visually pour over that many tables?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top