Re:

2014-09-26 Thread Germano Rossi
ilter Transform | Recode into Different variable 2) select cases using filter variable Data | Select cases | Use Filter variable Bye, Germano -- ====== Germano Rossi, Dipartimento di Psicologia, Universita' degli Studi di Milano Bicocca Piazza dell'Ateneo Nu

Re: oblimin rotation?

2014-10-24 Thread Germano Rossi
n version 0.84, for the extraction (to date) PSPP uses principal components or principal axes, not maximum likelihood o minimum residual. Good for teaching, not for a serious research analysis. But also SPSS is limited, not being able to apply fit indices (as does R with the package psyc

Re: does the COUNT command count missing values ?

2015-01-20 Thread Germano Rossi
/FORMAT=AVALUE TABLE /STATISTICS=NONE. * value 0 cases 170; values <> 0 cases 0. MISSING VALUES SW1 TO SW5 (-7). COUNT mis4=SW1 TO SW5 (-7). FREQUENCIES /VARIABLES=mis4 /FORMAT=AVALUE TABLE /STATISTICS=NONE. * value 0 cases 170; values <> 0 cases 0. * DIFFERENT* --