Uni Jena
Wirtschaftswissenschaftliche Fakultät
Lehrstuhl für Empirische und Experimentelle Wirtschaftsforschung

Vorlesung Ökonometrische Verfahren (Winter 2010/11)

Diplom students can take MW24.1 - Empirical Methods as equivalent to this lecture. At the end of the lecture an exam in "Ökonometrische Verfahren" can be written.
Lecture
Mon, 14:15-15:45, Carl Zeiss Str. 3, SR122 (Nadine Chlaß).
Exercises
Do. 12:15-13:45, Carl Zeiss Str. 3, SR125 (Nadine Chlaß)
Here you find the problems for the exercises.
Requirements:
Basic mathematical and statistical methods as provided, e.g., in BW24.1
Topics:
Literature:
Other material
Examples from the lecture
In the lecture I will often use real applications as illustrations. I recommend that you try these applications on your own. To do this, open R and type the following:
data(Caschool,package="Ecdat")
attach(Caschool)
from now on all commands refer to this dataset: plot(str,testscr), or
large=factor(str>20)
t.test(testscr~large)
A brief documentation of the variables of this dataset can be obtained with help(Caschool)
Software
For our practical examples (during the entire course) we will use the software environment R. I think that it is helpful to coordinate on one environment and R has the advantage of being free and rather powerful.