playground:playground

This is an old revision of the document!


PlayGround

value $dwateci
  'A','B' = 'Agricoltura, pesca'
  'C','CA'-'CB','DA'-'DZ','E' = 'Industria'
  'F' = 'Costruzioni'
  'G' = 'Commercio'
  'H' = 'Alberghi e ristoranti'
  'L' = 'Pubbl. Amministrazione'
  'M' = 'Istruzione'
  'N' = 'Sanità e Sociale'
  other = 'altri servizi'
;   
value $dwatecd
  'A','B' = 'Landwirtschaft'
  'C','CA'-'CB','DA'-'DZ','E' = 'Produzierendes Gewerbe'
  'F' = 'Bauwesen'
  'G' = 'Handel'
  'H' = 'Gastgewerbe'
  'L' = 'Öffentliche Verwaltung'
  'M' = 'Bildung'
  'N' = 'Gesundheit und Soziales'
  other = 'andere Dienstleistungen'
;  
proc tabulate;          * vogliamo fare tabelle                                       ;

                        * dichiaro quali variabili voglio usare e in che modo         ;
class anno mese sex;    * variabili di (dis)aggregazione (numeriche e non)            ;
var   stock;            * variabili numeriche sulle quali fare operazioni aritmetiche ;
                        * segue l'"ordine" di creare un tabella                       ;

table mese,             
      anno*stock
;                       
  • playground/playground.1187700058.txt.gz
  • Last modified: 2020/05/31 23:26
  • (external edit)