A course in quantitative research workflow for students in the higher education administration program at the University of Florida
scripts
, data
, and figures
) called
tables
.<lastname>_assignment_2_screenshot.*
(where *
is whatever file
type your screenshot is in: png
, jpg
, etc).Using template.R
(and organizing.R
for help), create a script that
does the following tasks — be sure your script is well organized:
<lastname>_assignment_2.R
and put it in your
scripts
folder if its not already there.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.RDS
.test_scores_new_2
that converts the
original test scores to updated values using your new ratio and the
old_to_new_score()
function.data
directory with a
new name. You should now have three files: the original, the
updated one from the organizing
lesson, and the one you just made.NOTE When all is said and done, your new script should look much
like the organizing.R
script, but with your changes.
<lastname>_assignment_2.R
) and screenshot
(<lastname>_assignment_2_screenshot.*
) to our CANVAS course site
no later than 11:59 p.m. EDT on the due date.