All Projects → data-edu → Data Science In Education

data-edu / Data Science In Education

Repository for 'Data Science in Education Using R' by Emily A. Bovee, Ryan A. Estrellado, Jesse Mostipak, Joshua M. Rosenberg, and Isabella C. Velásquez to be published by Routledge in 2020

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Data Science In Education

Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (+65.82%)
Mutual labels:  bookdown, education
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (-42.35%)
Mutual labels:  bookdown, rstats
teach-r-online
Materials for the Teaching statistics and data science online workshops in July 2020
Stars: ✭ 52 (-73.47%)
Mutual labels:  education, rstats
Datascience Box
Data Science Course in a Box
Stars: ✭ 629 (+220.92%)
Mutual labels:  education, rstats
Errormoji
®️ errors, in emoji
Stars: ✭ 16 (-91.84%)
Mutual labels:  education, rstats
Dsci 100
Repository for UBC's Introduction to Data Science course (DSCI 100)
Stars: ✭ 46 (-76.53%)
Mutual labels:  education, rstats
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-91.84%)
Mutual labels:  education, rstats
Dev guide
rOpenSci Packages: Development, Maintenance, and Peer Review
Stars: ✭ 106 (-45.92%)
Mutual labels:  bookdown, rstats
Clover
ROS-based framework and RPi image to control PX4-powered drones 🍀
Stars: ✭ 177 (-9.69%)
Mutual labels:  education
Googleway
R Package for accessing and plotting Google Maps
Stars: ✭ 187 (-4.59%)
Mutual labels:  rstats
Dataretrieval
This R package is designed to obtain USGS or EPA water quality sample data, streamflow data, and metadata directly from web services. See: http://usgs-r.github.io/dataRetrieval/
Stars: ✭ 176 (-10.2%)
Mutual labels:  rstats
Bookmarks
🔖 ⭐️ Collection of public dev bookmarks, shared with ❤️ from www.bookmarks.dev
Stars: ✭ 181 (-7.65%)
Mutual labels:  education
Observations
Tools for loading standard data sets in machine learning
Stars: ✭ 190 (-3.06%)
Mutual labels:  education
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (-9.69%)
Mutual labels:  rstats
Leaflet.extras
Extra functionality for leaflet R package.
Stars: ✭ 193 (-1.53%)
Mutual labels:  rstats
Openintro
📦 R package for data and supplemental functions for OpenIntro resources
Stars: ✭ 176 (-10.2%)
Mutual labels:  rstats
Free Computer Science University
So after watching all the resources i thought to put all the important technical courses in one place.And help those people who wants to learn computer science.All the courses are free here.
Stars: ✭ 175 (-10.71%)
Mutual labels:  education
Inspectdf
🛠️ 📊 Tools for Exploring and Comparing Data Frames
Stars: ✭ 195 (-0.51%)
Mutual labels:  rstats
Datasaurus
R Package 📦 Containing the Datasaurus Dozen datasets 📊
Stars: ✭ 193 (-1.53%)
Mutual labels:  rstats
Eeducation
e-education solutions(Agora Reference Design)
Stars: ✭ 187 (-4.59%)
Mutual labels:  education

Data Science in Education Using R

Note from Our Publisher

The authors of this text and the publisher Taylor and Francis are pleased to make Data Science in Education Using R available via bookdown at datascienceineducation.com. They request that readers access the book via the website or in print form only and do not download or reproduce copies in any other form. Any attempt to do so will be considered a contravention of the publisher’s terms of availability.

Reading the Book

We wrote this book for you and are excited to share it! You can read the work in progress at datascienceineducation.com right now. The print version will be released in 2020 through Routledge.

The Aims of This Book

School districts, government agencies, and education businesses are generating data at a dizzying pace. They're serving it to teachers, administrators, and education consultants in a mind-boggling variety of formats. Educators and educational data practitioners wanting to use data to improve the lives of students know the questions they want to ask, but the available data is often not ready to be analyzed. Sometimes educators need to use high-cost proprietary systems to access and prepare data before using it to answer their questions.

Educational data rarely comes in a “ready-to-analyze” format. As a result, it's hard for enthusiastic practitioners to feel a connection between their questions and the data needed to answer them. To get value from the data-deluge, some educational data practitioners are adopting data science tools, like R. R is an Open Source programming language for data analysis. When data science meets education, the numbers confined to websites and PDF reports are set free. Teachers, administrators, and consultants apply programming and statistics to prepare data, transform it, visualize it, and analyze it to answer questions that make a difference for their students.

Our book focuses on data science in education, which we define as using data science techniques like preparing, exploring, visualizing, and modeling data, in order to support schooling at all levels. We want to make a case for learning about data science through field-specific examples. Understanding the unique challenges and starting to use a common field-specific language is important for mastering data science in education. We feel that discussing data science using education-specific scenarios more effectively speaks to the needs of educators.

Technology is transforming both the administrative and student-facing sides of education. It's becoming increasingly important for educators - not just people hired to analyze data - to understand what stories this new data tells them them about their students. Our book empowers educators from elementary school to higher education to transform educational data into actionable insights so it helps them serve their students and institutions. We wrote our book to be used as a main textbook in a graduate data science in education course. We also wrote it as a practical reference for data scientists working with education data.

By the end of this book the reader will understand:

  • The diversity of data analysis skills and applications in the education field
  • Special considerations that come with analyzing education data
  • That good data analysis has a basic workflow
  • The wonderful opportunity we have to shape the usefulness of data science in our education jobs

And, the reader will be able to:

  • Reflect on and define their role as a data analyst and educator
  • Identify and apply solutions to education data’s unique challenges, such as cleaning datasets and working with aggregate student data
  • Apply a basic analytic workflow through practice with education datasets
  • Be thoughtful, empathetic, and effective when introducing data science techniques in their education jobs

Chapters

  1. Introduction: Data Science in Education - You’re Invited to the Party!

  2. How to Use This Book

  3. What Does Data Science in Education Look Like?

  4. Special Considerations

  5. Getting Started with R and R Studio

  6. Foundational Skills

  7. Walkthrough 1: The Education Dataset Science Pipeline With Online Science Class Data

  8. Walkthrough 2: Approaching Gradebook Data From a Data Science Perspective

  9. Walkthrough 3: Using School-Level Aggregate Data to Illuminate Educational Inequities

  10. Walkthrough 4: Longitudinal Analysis With Federal Students With Disabilities Data

  11. Walkthrough 5: Text Analysis With Social Media Data

  12. Walkthrough 6: Exploring Relationships Using Social Network Analysis With Social Media Data

  13. Walkthrough 7: The Role (and Usefulness) of Multi-Level Models

  14. Walkthrough 8: Predicting Students’ Final Grades Using Machine Learning Methods with Online Course Data

  15. Introducing Data Science Tools To Your Education Job

  16. Teaching Data Science

  17. Learning More

  18. Additional Resources

  19. Conclusion: Where to Next?

  20. Appendices

Contributing

This project started in the #dataedu Slack channel. You can join the workspace here.

Community members can contribute by making changes through a pull request. We encourage community members to do their pull requests on separate branches. We're actively editing as we get closer to our manuscript's due date and this helps us keep all the changes synced up.

Git Issue Labels

To help contributors participate, we're using labels so community members can identify tasks they want to help with. When working on an issue, assign yourself to the issue. This helps us keep track of the work and lets us know who to contact for more collaboration. The labels are:

  • good first issue: These are requests for changes that we think would be fun and achievable if you're new to git and GitHub.

  • discussion: Sometimes we need help talking through a topic to help us make a good design choice for our readers. These issues won't always result in a change, but they help us clarify what's best for the final product.

  • test code: These issues are for running code and giving feedback about how it went. If there were problems, you can help us by letting us know what happened.

  • bug: The code isn't running as expected and needs fixing.

  • help wanted: Need help getting code to run or writing a section. We'll make sure the problem we're working on is clearly described in the issue.

  • writing: New content needed. At least one author will be assigned to writing issues, but we welcome collaboration! Feel free to message the author on Slack or in the issue comments to coordinate.

  • review draft: These are requests to read through a draft chapter and provide feedback on the experience, including reability.

Contact Us

If you have questions, comments, or ideas you can reach the authors by email at [email protected] or on Twitter:

Citation

Bovee, E. A., Estrellado, R. A., Motsipak, J., Rosenberg, J. M., & Velásquez, I. C. (under contract). Data science in education using R. London, England: Routledge. Nb. All authors contributed equally. http://www.datascienceineducation.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].