I hereby claim:
- I am cmg777 on github.
- I am carlosmendez777 (https://keybase.io/carlosmendez777) on keybase.
- I have a public key ASASfoKH7Zjw30h9hMrw99MxNibi3IonkcrcECJE9b9MXAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
library(atus) | |
library(dplyr) | |
library(ggplot2) | |
library(ggridges) | |
library(viridisLite) | |
library(viridis) | |
data("atusact") | |
data("atuscps") | |
data("atusresp") | |
actions <- c("Relaxing&Thinking", "Tobacco&Drugs", "TV&Movies", "Relgious TV", |
--- | |
title: "Use R studio to Write Rmardown documents with Stata Commands in a Mac" | |
output: html_document | |
--- | |
## Set Up | |
- Identify the path to the stata executable. In my case this is `/Applications/Stata/StataIC.app/Contents/MacOS/StataIC`. | |
- Store the path using a normal r chunk : | |
```{r message=FALSE} |