Error: 'student-data.csv' does not exist in current working directory ('/Users/jrosenb8/teaching-ds-presentation').
Error: object 'studnet_data' not found
RQ #1: How do educational researchers in a doctoral program situate themselves with respect to data science?
RQ #2: How did the design of the workshop help educational researchers overcome barriers to using data science?
“I really do not understand the statistical stuff. I might as well be reading Russian.”
Although having two degrees in mathematics-related fields, my experience with true data analysis is limited. As a classroom teacher, I analyze student data regularly, but rarely (really, never) with advanced statistical analysis
I am fearful I will not have enough time to fully understand the programming.
Students grew in confidence, even through a brief (one day) workshop
What Worked: Pedagogy
66% cited pedagogical factors as workshop strength
Key strategies: - Patience and flexibility
- Coding together - Normalizing errors
- Plain language explanations
It was helpful to practice what we were doing together so we could ask questions of each other. I also really appreciated when you explained what the code was saying be reading it out loud.
Although, I didn’t understand many things, [The instructor] stayed positive and never made me feel less intelligent.
Start with familiar contexts:
Explicitly link techniques to:
At some point in the future, what do you hope to teach regarding learning analytics?
What challenges do you anticipate – learning-related, related to your institution, etc.?
Here goes!
Rows: 20
Columns: 5
$ id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, …
$ name <chr> "Student_1", "Student_2", "Student_3", "Student_4", "Student_5"…
$ gender <chr> "Female", "Male", "Male", "Male", "Female", "Female", "Male", "…
$ score <dbl> 73.8, 92.6, 61.6, 88.6, 73.5, 96.7, 91.1, 68.0, 94.3, 70.4, 76.…
$ grade <fct> C, A, D, B, C, A, A, D, A, C, C, D, C, B, B, D, D, D, A, A
Error in `filter()`:
ℹ In argument: `scores > 70`.
Caused by error:
! object 'scores' not found
“I’m totally lost. I can’t get my code to run, my data is ruined, and our pet’s heads are falling off!”
str_detect() is a function from the stringr
package
Willet, K. B. S., & Rosenberg, J. M. (2023). The Design and Effects of Educational Data Science Workshops for Early Career Researchers. Journal of Formative Design in Learning, 7(2). https://doi.org/10.1007/s41686-023-00083-7
Teaching Data Science to Educational Researchers