-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thanks for creating these! It will much easier to teach newbies in Stata than in R. I think there's a typo on the introductory page, here:
Information about the datasets can be found in the
-tidy repository.
The formatting seems off -- I wonder if you meant to embed the weblink somehow.
Also the next quote was confusing to me, because it suggests that the source files are in R. But they're in Stata? Is this an error, or do I just not understand how this all works?
We currently support our source files in the .Rmd format, which can be output into html format (though output to pdf is also possible). The source files are processed using the knitr package in R.
Stata must be installed to edit and recompile the labs.To update the Stata labs, you need to first install the statamd package in R from https://github.com/muschellij2/statamd:
library(devtools)
install_github("muschellij2/statamd")