Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgabry/qmss_in_r
Code for Greg Eirich's QMSS courses at Columbia University
https://github.com/jgabry/qmss_in_r
Last synced: about 1 month ago
JSON representation
Code for Greg Eirich's QMSS courses at Columbia University
- Host: GitHub
- URL: https://github.com/jgabry/qmss_in_r
- Owner: jgabry
- License: mit
- Created: 2014-07-20T15:49:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T18:58:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T10:50:47.539Z (3 months ago)
- Language: R
- Homepage:
- Size: 44.1 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QMSS_in_R: package, code and data
====This repository contains the R package, code, and data for Greg Eirich's QMSS courses at Columbia University. Below you will find instructions for installing the QMSS package and dowloading the data and R code for the courses.
Installing the QMSS R package
=======Run the following three lines of code in R to download the "devtools" package, load the "devtools" package, and use the install_github function to install the QMSS package:
`install.packages("devtools", dependencies = TRUE)`
`library(devtools)`
`install_github("jgabry/QMSS_package")`
Loading the QMSS R package after installation
=======In R run `library(QMSS) `. To open the R documentation for the package run `help(package="QMSS")`.
Accessing the R code for your class
=======In the QMSS_in_R repository open the "Code" folder and click on the name of your course.
Downloading the data
=======In the QMSS_in_R repository click on "Data.zip" and then "View Raw".