knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of Kenometrics is to provide a set of functions which allow econometrics students to simply conduct important manipulations and tests.
You can install the released version of Kenometrics from CRAN with:
install.packages("Kenometrics")
To install the latest development version from GitHub:
install.packages("devtools") devtools::install_github("pointonjoel/Kenometrics")
The Kenometrics package enables lecturers and students to teach and implement fundamental econometric techniques. This project has taken many hours; if you find the package useful then please consider donating using the donation badge (linked to PayPal) above. Additionally, if you have a feature you would like to see added then please get in touch with Joel Pointon (and consider donating!). Below is a summary of the functions on offer and how they can be used:
The Kenometrics package takes many existing packages and incorporates them as dependencies, simplifying the existing functions they provide. Dependencies include, but are not limited to: wooldridge, zoo, dynlm, readxl and tseries. Having all of these bundled into one package and harnessed for econometrics means that students can quickly begin putting theory into practice. Without Kenometrics, testing for non-stationary data, for example, can be long-winded and and require multiple packages. However, Kenometrics simplifies the code into one line and includes all other necessary packages. Although, students are encouraged to look into the code, which is written in a simple and intuitive way, to see how they could complete the data manipulations without Kenometrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.