README.md

jkr

This is an R package containing some commonly used functions and variable definitions. The idea is that students and other collaborators can just install the package and my code should work on their systems.

Installation

The package can be installed directly from the R command line using devtools:

# install.packages("devtools")
library(devtools)
install_github("jkeirstead/jkr")
library(jkr)

Features

Notes

Like a normal R package, jkr only loads other packages when it needs to. But the one exception is that jkr will load the arm package by default since it provides so many useful modelling functions like logit() or se.coef().



jkeirstead/jkr documentation built on May 19, 2019, 11:41 a.m.