All Projects → ScPoEcon → ScPoEconometrics

ScPoEcon / ScPoEconometrics

Licence: other
Undergraduate textbook for Econometrics with R

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to ScPoEconometrics

vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-86%)
Mutual labels:  teachers, teaching
wikirepo
Python based Wikidata framework for easy dataframe extraction
Stars: ✭ 33 (-67%)
Mutual labels:  sociology, political-science
full-teaching
A web application to make teaching online easy. WARNING: the updated version of this repo is now in the link below
Stars: ✭ 34 (-66%)
Mutual labels:  teachers, teaching
Econ-Data-Science
Articles/ Journals and Videos related to Economics📈 and Data Science 📊
Stars: ✭ 102 (+2%)
Mutual labels:  econometrics
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+0%)
Mutual labels:  textbook
github-classroom-utils
Python tools for instructors working with GitHub Classroom
Stars: ✭ 66 (-34%)
Mutual labels:  teachers
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (-47%)
Mutual labels:  econometrics
doubleml-for-py
DoubleML - Double Machine Learning in Python
Stars: ✭ 129 (+29%)
Mutual labels:  econometrics
ARCHModels.jl
A Julia package for estimating ARMA-GARCH models.
Stars: ✭ 63 (-37%)
Mutual labels:  econometrics
teaching-app-dev-swift-archive
DEPRECATED. Teaching App Development with Swift materials, bundled up as a single archive.
Stars: ✭ 14 (-86%)
Mutual labels:  teaching
econ5170
Econ5170@CUHK: Computational Methods in Economics (2020 Spring).
Stars: ✭ 127 (+27%)
Mutual labels:  econometrics
Remote-Work-and-Study-Resources
Free services, tools, articles and other resources for remote workers and distance learners
Stars: ✭ 49 (-51%)
Mutual labels:  teaching
data-science-training
Reproducible data science with R, RStudio, Git, and GitHub
Stars: ✭ 18 (-82%)
Mutual labels:  teaching
doubleml-for-r
DoubleML - Double Machine Learning in R
Stars: ✭ 58 (-42%)
Mutual labels:  econometrics
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-84%)
Mutual labels:  teaching
BestPracticesWorkshop
Repository for the workshop "Best practices on development"
Stars: ✭ 14 (-86%)
Mutual labels:  teaching
teaching-open
Scratch少儿编程教学平台,集成Scratch、ScratchJr、Python教学工具。包含课程、班级、作业、权限、赛事、社区等。
Stars: ✭ 202 (+102%)
Mutual labels:  teaching
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (-69%)
Mutual labels:  textbook
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (-35%)
Mutual labels:  textbook
Data science for biologists 2019
Lab materials for the University of Washington course Data Science for Biologists (Winter 2019, BIO419/519)
Stars: ✭ 25 (-75%)
Mutual labels:  teaching

ScPo UG Econometrics

This is the git repo for the UG Econometrics book taught to 2nd year students at SciencesPo.

Slides for the Intro Course? If you are looking for the introductory course slides, they are in the ScPoEconometrics-Slides repo.

Slides for the Advanced Course? If you are looking for the advanced course slides, they are in the Advanced-Metrics-Slides repo.

Apps and Tutorials? If you are looking for our apps and tutorials, they are in the ScPoApps repo.

Meta Information for Teachers

This section is only relevant if you want to teach this course.

All material of this course is open source, and you are free to use it. Please refer to the license section below for the precise wording and terms of the agreement. In particular, please stick to the agreement about proper citation of this repository.

There is some relevant material in the teachers folder. In particular, the ForTeachers.md document contains a detailed explanation of the course structure, as well as a section on student feedback from the first iteration of the course. The few other documents in there should be self explanatory.

As outlined in the license section, you are free to use and re-use any parts of the content as you see fit. For instance, you could re-use our slides, and modify them, or publish a different version of our textbook (with proper attribution). However, it could be valuable to integrate your changes/additions to the project. In this case, please read on in the next section about how to make contributions.

Contribution Workflow - Developers only!

This section is only for people who want to contribute code to this project.

  1. fork this repository
  2. clone your fork to your computer: git clone url_of_your_fork
  3. Start to work on your things on a new branch: git checkout -b new_branch
  4. commit your work to that new branch!
  5. Place your new stuff on top of the most recent upstream/master:
    1. add the upstream repo as a remote: git remote add upstream [email protected]:ScPoEcon/ScPoEconometrics.git
    2. Use the rebase command
    # git add your stuff
    # git commit your stuff
    git fetch upstream   # get stuff from upstream
    git rebase upstream/master  # merge upstream master and put your commits on top of it
    
  6. push that branch to your fork: git push origin new_branch
  7. create pull request on upstream (from your fork at github.com)

Technology

The book is made using bookdown. You can find the preview of an example at https://bookdown.org/yihui/bookdown-demo/

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

under the following terms:

  1. Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. We are happy to suggest the following citation if you use our material in your work:
> citation("ScPoEconometrics")

Oswald F, Viers V, Villedieu P, Kennedy G (2020).
Introduction to Econometrics with
R. SciencesPo Department of
Economics, Paris, France. <URL:
https://scpoecon.github.io/ScPoEconometrics/>.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {Introduction to Econometrics with R},
    author = {Florian Oswald and Vincent Viers and Pierre Villedieu and Gustave Kennedi},
    organization = {SciencesPo Department of Economics},
    address = {Paris, France},
    year = {2020},
    url = {https://scpoecon.github.io/ScPoEconometrics/},
  }
  1. NonCommercial — You may not use the material for commercial purposes.
  2. ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Attributions

Under the CC licence above, we are obliged to attribute any material that this book uses and which was shared under the same license:

  1. Large parts of Chapter 1 Introduction to R are copied appliedstats by David Dalpiaz. I added a couple of practical tasks and made some minor edits.
  2. Chapter 2 is partly based on appliedstats, but only up to scatterplots.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].