A course in quantitative research workflow for students in the higher education administration program at the University of Florida
NOTE This assignment needs to be completed by the start of the second class. That means everything pushed to you remote GitHub repo before class starts.
scripts
, data
, and figures
) called tables
. Add a README.md
file with an informative title and description. See other folders
for examples.Using template.R
:
organizing_hw_<your_last_name>.R
.old_to_new_score_ratio
macro, but change it to a new
value.old_to_new_score()
function from class as is (just cut
and paste).test_scores_updated.RDS
, we made in
class.test_scores_new_2
that converts the
original test scores to updated values using your new ratio and the
old_to_new_score()
function.stu_id
s 1 and 7) 2 points of extra
credit. Create a last column, test_scores_final
, in which you:
test_scores_new_2
[]
) in Data types
and
structures
to help.data
directory with a different
name. You should now have three files: the original, the updated one
we made in class, and the one you just made.Remember, you can do these steps as many times as you want. I would encourage you to commit smaller changes and push to your remote GitHub repo often rather than wait until the last minute.