?*************************************** ? Imperfection du march‚ du travail ? et d‚cision d'investissement ?*************************************** options memory=8; ?-------------------------------------------------------- ? Lecture des donn‚es ? Il y a 6 ann‚es (de 1987 … 1992) et 1471 individus ? ? Intitul‚ des s‚ries ? invm : Investissement ? kapm : Capital ? Y : Production ? empr : Endettement ? resniv : Profit ? tinvm : taux d'accumulation ? ydkm : rapport production / capital ? resm : rapport profit / capital ? totdkm : rapport endettement /capital ? ? Lecture des donn‚es avec toutes les variables d'un individu ? sur la mˆme ligne ?-------------------------------------------------------- SMPL 1 1471; READ (FILE='chapitre14.txt') @id invm87 kapm87 Y87 empr87 resniv87 tinvm87 ydkm87 resm87 totdkm87 @id invm88 kapm88 Y88 empr88 resniv88 tinvm88 ydkm88 resm88 totdkm88 @id invm89 kapm89 Y89 empr89 resniv89 tinvm89 ydkm89 resm89 totdkm89 @id invm90 kapm90 Y90 empr90 resniv90 tinvm90 ydkm90 resm90 totdkm90 @id invm91 kapm91 Y91 empr91 resniv91 tinvm91 ydkm91 resm91 totdkm91 @id invm92 kapm92 Y92 empr92 resniv92 tinvm92 ydkm92 resm92 totdkm92 ; ?************************************************** ?ProblŠme nø1 : construction des variables et ? analyse descriptive ?************************************************** MSD invm87-invm92 kapm87-kapm92 resniv87-resniv92 tinvm87-tinvm92 ydkm87-ydkm92 resm87-resm92 totdkm87-totdkm92; END;