https://github.com/adamrossnelson/badgergameday
An ASCII Annimation for UW Madison Folk
https://github.com/adamrossnelson/badgergameday
beginner-friendly python r rstudio stata
Last synced: 3 months ago
JSON representation
An ASCII Annimation for UW Madison Folk
- Host: GitHub
- URL: https://github.com/adamrossnelson/badgergameday
- Owner: adamrossnelson
- Created: 2017-09-01T14:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T04:31:49.000Z (about 7 years ago)
- Last Synced: 2025-01-10T04:54:25.898Z (4 months ago)
- Topics: beginner-friendly, python, r, rstudio, stata
- Language: R
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Badgers Gameday
## IntrdoctionThe lost art of ASCII drawing. Use these files to generate UW-Madison animations in Stata.
Two additional examples of side-by-side Stata, Python, & R projects (Rosetta Stones) found at [Rosetta Stone](https://github.com/adamrossnelson/rosetta) and at [crossreg](https://github.com/adamrossnelson/crossreg).
### For a quick run enter the following in Stata's command line
```
do "https://raw.githubusercontent.com/adamrossnelson/BadgerGameday/master/GameDayStata.do"
```
Stata Users: Or if you want it framed and with falling snow try:
```
do "https://raw.githubusercontent.com/adamrossnelson/BadgerGameday/master/GameDayStataSnow.do"
```
R Users: Can run from the command line:
```
source("https://raw.githubusercontent.com/adamrossnelson/BadgerGameday/master/GameDayStataSnow.R")
```
No installation or downloads necessary.## Other side-by-side code examples
See: [BadgerGameday](https:github.com/adamrossnelson/BadgerGameday) or [rosetta](https://github.com/adamrossnelson/rosetta).
This [StataQuickReference](https://github.com/adamrossnelson/StataQuickReference) repot also offers a [Stata to Pandas Cross-Walk](https://github.com/adamrossnelson/StataQuickReference/blob/master/spcrosswlk.md).
### Stata to R cross-reference
Started as April 1st joke. But, the cross-walk cross-reference is handy.
```
https://github.com/EconometricsBySimulation/RStata/blob/master/dictionary.rmd
```### Interpreters for Stata, R, Python required
Software requirements:
```
https://www.stata.com/https://www.r-project.org/
https://www.python.org/
```