Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 540 Bytes

File metadata and controls

12 lines (7 loc) · 540 Bytes

psmisc

This is an early work-in-progress package that contains miscellaneous functions for data analysis - particularly for political science/survey data. Most of them have been written either because they are of use in my research or because I thought it would be an interesting challenge.

For the time being, this package is in early alpha and so backwards compatability cannot be guaranteed.

Installation

You can install this package by running the following code in R:

library(devtools)
install_github("philswatton/psmisc")