Jeffrey S. Racine Research
Pointers, companion materials, and software links for nonparametric econometrics, reproducible econometrics, semiparametric methods, and the R packages that support this work.
This auxiliary site complements my McMaster profile. For working examples and current package-oriented code, see the Gallery of Code.
At A Glance
Books
Companion pointers for the Cambridge, Oxford, and Princeton books, including errata, public code archives, tables of contents, and instructor-material notes.
Research Contributions Map
A guide to how the books, articles, examples, and R packages fit together across kernel methods, splines, mixed data, and reproducible computation.
Reader Pathways
Short routes through the corpus for students, instructors, applied researchers, package users, and method developers.
Software
Current links for np, npRmpi, crs, and legacy package materials, with CRAN, GitHub, manuals, vignettes, and review articles.
Teaching
Public downloads and a clear note on instructor-only materials for adopted courses, without mixing private course files into the public site.
Downloads
Local PDFs, code archives, errata, manuals, and teaching-adjacent resources gathered from the older research page.
Gallery
The Gallery is the code-first companion for worked examples, package-oriented snippets, and current usage notes.
Research Thread
Much of the material collected here is tied to three overlapping themes:
- nonparametric and semiparametric econometric methods for mixed continuous and categorical data;
- reproducible computational econometrics in R, from core R workflows to robust inference and time series;
- software implementation, documentation, and applied workflows around
np,npRmpi, andcrs.
The companion Gallery of Code is the practical example layer. This research site is the bibliographic and resource layer: book links, package references, auxiliary downloads, and durable pointers.
Core References
- Racine, J.S. (2019a), An Introduction to the Advanced Theory and Practice of Nonparametric Econometrics: A Replicable Approach Using R.
- Racine, J.S. (2019b), Reproducible Econometrics Using R.
- Li, Q. and J.S. Racine (2007), Nonparametric Econometrics: Theory and Practice.
- Hayfield, T. and J.S. Racine (2008), “Nonparametric Econometrics: The
npPackage.” - Nie, Z. and J.S. Racine (2012), “The
crsPackage: Nonparametric Regression Splines for Continuous and Categorical Predictors.”
Quick Links
| Destination | Link |
|---|---|
| McMaster profile | experts.mcmaster.ca/display/racinej |
| Gallery of Code | jeffreyracine.github.io/gallery |
np on CRAN |
cran.r-project.org/package=np |
npRmpi on CRAN |
cran.r-project.org/package=npRmpi |
crs on CRAN |
cran.r-project.org/package=crs |
np source |
github.com/JeffreyRacine/R-Package-np |
npRmpi source |
github.com/JeffreyRacine/R-Package-np/tree/npRmpi |
crs source |
github.com/JeffreyRacine/R-Package-crs |