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.Here you find the problems for the exercises.
- Introduction
- The classical OLS model
- Heteroscedasticity
- Irrelevant and omitted variables
- Multicollinearity
- Model selection
- Nonlinear models
- Using Maximum Likelihood
- Identification strategies
- Stock and Watson; Introduction to Econometrics; 2nd Edition; Pearson 2006.
- alternatively: Stock and Watson; Introduction to Econometrics; Brief Edition; Pearson 2008
- Michael Murray; Econometrics, a Modern Introduction; Pearson 2006
- Studenmund; Using Econometrics; 5th edition; Pearson 2006.
- Barreto and Howland; Introductory Econometrics; Cambridge 2006.
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)
- Documentation for R is provided via the build in help but also through the R Homepage. Useful is An Introduction to R, The R language definition, Simple R, and Econometrics in R.
- A first entry into R eased through mice and menues is available through the R Commander.
- Users of Firefox get access to R help through the R Site Search Sidebar.
However, this is a bit tricky. If the rsitesearch.xpi package does not install,
open the package (e.g. in Emacs) and change two values in
install.rdf: SetmaxVersionto a version at least as large as the version of your browser. SetupdateURLto an empty value. - In the lecture I use the versatile editor Emacs with the ESS interface (ESS also helps with Stata, SAS, Splus, BUGS, and others).
