vinhdizzo / IRexamples

Collection of Practical Institutional Research Examples and Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

The IRexamples R package contains example code for analyzing data or accomplishing tasks relevant to institutional or educational researchers.

Install Package

# From CRAN
install.packages('IRexamples')

# From github (Development)
devtools::install_github('vinhdizzo/IRexamples')

Vignettes and Tutorials

The following are vignettes/tutorials included in the package:

  1. Propensity Score Weights Using Gradient Boosted Trees.
  2. Adjusting for Survey Non-Response Using Weights.
  3. Accounting for Instructor-level Effects with Bayesian Multilevel Models.
  4. Webscraping Online Data Files.
  5. Example 5: Geocoding Addresses and Spatial Applications

About

Collection of Practical Institutional Research Examples and Tutorials


Languages

Language:HTML 99.8%Language:R 0.2%