stata2r / stata2r.github.io

Stata -> R guide
https://stata2r.github.io
88 stars 19 forks source link

Stata2R

This is the GitHub repo for the Stata2R website: https://stata2r.github.io.

You probably want to go directly to the website if you just want to browse the rendered pages with nice formatting. On the other hand, if you want to raise an issue or suggest edits via a pull request, then you're in the right place. For suggested edits, the main source documents of interest can be found in the respective src/ sub-directories:

Just click on the "edit" pencil icon (top right) of the README files and a fork of the repo will automatically be created under your account. You can then make your suggested edits and trigger a pull request for us to look at.

On a technical note, the website is built with VuePress and automatically deployed via GitHub Actions. But you can also clone the repo and serve the website locally with yarn.

git clone git@github.com:stata2r/stata2r.github.io.git
cd stata2r
yarn install # first time only
yarn docs:dev

FAQ

Who are you?

Why did you make Stata2R?

Do you think Stata users should just switch to R?

License

The materials in this repo (and associated website) are made available under the MIT License.