mirror of
https://github.com/kidwellj/re_connect_survey.git
synced 2024-11-01 07:52:21 +00:00
Notes to R Markdown
How to view crossover with descriptives, the thought process
This commit is contained in:
parent
ab9f95b20f
commit
ff5baa8305
|
@ -65,10 +65,15 @@ names(Q26_freq_data)[2] <- "Frequency"
|
|||
head(Q26_freq_data)
|
||||
pie(Q26_freq_data$Frequency, labels = c("Other Priorities", "Lack Subject Knowledge", "Lack Confidence", "Current Syllabus", "Pupil Disinterest", "Department Head", "Available Work Schemes", "Unavailable Resources", "Uncertain of Pedagogical Approach"))
|
||||
|
||||
# Bar graph tidier
|
||||
|
||||
|
||||
```
|
||||
|
||||
pie(Q26_freq)
|
||||
#very messy as a pie chart - split by type? Or is it important to see crossover
|
||||
|
||||
Could potentially see crossover with crosstabs by type (since response is now binary variable T/F), maybe chi square; perhaps just descriptives
|
||||
|
||||
```{r Q3 bar/pie}
|
||||
|
||||
|
|
Loading…
Reference in a new issue