options("RStata.StataPath" = "/usr/local/bin/stata-mp") statarepl::set_stata_engine() knitr::opts_chunk$set(echo = TRUE)
Evaluate Stata codes in Markdown:
Regression:
sysuse educ99gdp, clear regress public private
Summary:
sum public private
List:
list public private in 1/5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.