mirror of
https://github.com/kidwellj/re_connect_survey.git
synced 2025-07-06 20:34:10 +00:00
Data figuring
Making Q3 into its own file in order to see how that helps with making charts and graphs. TEST
This commit is contained in:
parent
a14e1fde4c
commit
0b15014181
4 changed files with 154 additions and 0 deletions
|
@ -66,8 +66,12 @@ pie(Q26_freq)
|
|||
#very messy as a pie chart - split by type? Or is it important to see crossover
|
||||
|
||||
```{r Q3 bar/pie}
|
||||
|
||||
Q3_data <- read.csv("Q3.csv")
|
||||
|
||||
```
|
||||
|
||||
|
||||
pie(Q3_freq)
|
||||
#also not optimal as pie...perhaps bar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue