Gale-Shapley Algorithm in R and C++ (matchingR)
Computes the Gale-Shapley Algorithm efficiently using Rcpp. Provides algorithms to compute the stable matching for the marriage problem and for the college-admissions problem, i.e. the matching of students to colleges.

Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification (smcfcs)
Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Conditional Specification. This is a modification of the popular FCS/chained equations multiple imputation approach, and allows imputation of missing covariate values from models which are compatible with the user specified substantive model.

Stack Overflow’s Greatest Hits (stackoverflow)
Consists of helper functions collected from StackOverflow.com, a question and answer site for professional and enthusiast programmers.