Skip to content

Commit

Permalink
update input
Browse files Browse the repository at this point in the history
  • Loading branch information
nt246 committed Aug 27, 2024
1 parent 2180ab7 commit 7661170
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions misc/pre_course_survey_results.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,14 @@ dat %>%
ggsave(file="misc/pre-course-survey-program-2024.png", width = 4, height = 3.5)
dev.off()
dat <- read_csv("/Users/nt246/Dropbox/From_Box/Teaching/NTRES_6100/FA24/2024FA_NTRES6100_001_Aug_27_2024.csv")
data <- read_csv("/Users/nt246/Dropbox/From_Box/Teaching/NTRES_6100/FA24/2024FA_NTRES6100_001_Aug_27_2024.csv")
View(dat)
View(data)
colnames(data)
table(data$`STUDENT PROGRAM`)
count(data, `STUDENT PROGRAM`)
# count(dat, `STUDENT PLAN`)
Expand All @@ -219,7 +221,7 @@ count(dat, `STUDENT PROGRAM`) %>%
coord_flip() +
theme_bw()
ggsave(file="misc/pre-course-survey-program-2023.png")
ggsave(file="misc/pre-course-survey-program-2025.png")
Expand Down

0 comments on commit 7661170

Please sign in to comment.