A course in quantitative research workflow for students in the higher education administration program at the University of Florida
For this week’s assignment, I want you to start an RMD file for your
final project. I recommend starting with test_score.Rmd
as a template.
In your RMD file, you should attempt to:
The good news is that whatever code you’ve written so far to accomplish these tasks can go directly into your document (no need to reinvent the wheel!).
If you have thoughts about your analysis (i.e. what you might write in a report), go ahead and add them as markdown between your code chunks. Basically, begin working on your reproducible report.
My recommendations:
test_score.Rmd
, rename, move to your
final_project
folder.Push whatever you try in a file called final_project.Rmd
in your
final_project
folder by start of class next week.