Displaying 1 result from an estimated 1 matches for "countryg".
Did you mean:
country
2001 Sep 08
2
Basic SPSS commands in R ?
...a.frame DATA
with the labels ( 1=very good ) (2=good).
spss syntax when DATA is in Spreadsheet is:
value labels X
1 'very good'.
2 'good'.
execute.
(2) How can i split the data set dependent from one variable and
give a special output i.e. frequencies.
spss syntax:
SORT CASES BY countryg .
SPLIT FILE
LAYERED BY countryg .
FREQUENCIES
VARIABLES=X Y Z
/ORDER ANALYSIS .
Thanks in advance
regards,christian
_______________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --...