brewdata (version 0.4)

brewdata-package : Package Brewdata

Description

Brewdata is a package built to lookup, parse, and analyze statistics and biostatistics graduate admissions data reported in the Grad Cafe Results Search.

Arguments

Details

Package:
brewdata
Type:
Package
Version:
0.4
Date:
2015-01-29
License:
GPL(>=2)
brewdata() is the primary method of this package. It returns a data frame of normalized school names, admissions decisions, parsed undergraduate GPA, GRE scores, and the date of the admissions decision.

References

Grad Cafe: http://forum.thegradcafe.com/, GRE score guide: https://www.ets.org/s/gre/pdf/gre_guide.pdf

Examples

Run this code
#Get data for fall 2015 PhD statistics admission decisions
one_yr_data = brewdata()
head( one_yr_data )

Run the code above in your browser using DataCamp Workspace