GitXplorerGitXplorer
M

assorted_code

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e4a696b4ecd803687bd00d08fec4d9fe29c9b1ed

add input validation to avoid div by 0

MMichaelChirico committed 6 years ago
Verified
f1445dbf998aadfd321360c685150ce8fa7e0aea

minor adjustments

MMichaelChirico committed 6 years ago
Verified
056755aea83d50744b3afad342ffd72964df7cdb

add energy increment tinker

MMichaelChirico committed 6 years ago
Verified
a45d12c246460c572347091c7f97d9b896f061dc

add mini-app for boom beach shiny app

MMichaelChirico committed 6 years ago
Unverified
c71547eb00a912ce735cec9435bf6494f7626453

a few more project descriptions

committed 7 years ago
Unverified
473ca72d4a506badf487f1c575dbbe24e6a76246

partial update README

committed 7 years ago

README

The README file for this repository.

Miscellaneous Projects & Associated Files

  • ASPES: R implementation of practice exercise demonstrating Harvill and Moulton's Analysis of Symmetrically Predicted Endogenous Subgroups (ASPES)
  • courant_currency: [incomplete] This project aims to create a simple application for international travelers to be able to get an intuitive understanding of strange "Monopoly" currencies they'll encounter by mapping the currency to a reference set (at current exchange rates).
  • econ_journal_index: Inspired by Frank Diebold to generate a new metric for journal primacy, this project contains code to create a "Citation Signature Plot" for several commonly understood "top" economics journals.
  • home_runs: All-Time Home Run Leaders, by Season: Using Lahman data, calculate who the top 10 home run hitters were in every year, and the trajectories of each member to their current total.
    • home_run_leaders.R - GIF version
    • app.R - shiny version, deployed here
  • social_security_names: Relative Frequency of the 676 first/last name initial pairs, as pulled from the 80 million names in the Social Security Death Index Master File.
    • social_security_initials.R - Extract from raw data to initial-by-year and initial-level aggregated counts
    • app.r - shiny version, deployed here
    • social_security_tabulated.csv - Aggregated data, counts by initial pair
    • social_security_tabulated_by_year.csv - Aggregated data, counts by initial pair by year