Nerds

R Measurement EDA

  1. Firstly please download the following de-identified data set taken from a larger instrument that was collected from a program evaluation.



  2. Unzip the file to find the data set, codebook, and file that ends in .Rmd. The latter is called an Rmarkdown file which is essentially the Microsoft Word of the R world without most of the annoyances1.

  3. Like before, throw everything into a single folder, open up the .Rmd file, and set the working directory. This document serves as a reporting template and directions are included within the body. Please note for additional help, you may use any source other than another human being, especially since the walkthroughs contain the steps needed to complete this task.

  4. After completion, you will need to knit this document as a pdf and submit it to eCampus. If you think I’ve confused R with a ball of yarn, that hasn’t happened yet. Rather knitting a .Rmd file is similar to running an .R script. For more information, please take a look at the brief introduction on Rmarkdown on the Resources.

If you are interested, a basic overview and benefits of Rmarkdown can be found in the text R for Data Science and a list of standard commands is listed in the Rmarkdown Cheat Sheet.

Test for Validity and Reliability

This task involves that you use existing or simulated data2.

  1. Simulate a “large” data set3 using whatever software package you prefer. Below are some links to help you out4

  2. To assess validity, use whatever software you wish to conduct an exploratory factor analysis of your data. For those who use R, take a look at the EFA walkthrough.

  3. To assess reliability, use whatever software you wish to perform a reliability analysis. For those who use R, take a look at the Internal Consistency walkthrough.

  4. In a single page, describe the purpose of your instrument and what methods you used to assess both validity6 and reliability. Use details and specific language in your narrative.

  5. Submit this document to eCampus.


All submissions leading up to the proposal can be found on the main Tasks page

Fifth Meetup

Please sign up with the instructor that you did not meet with during the prior week.

Booking with Dr. Roy

Booking with Carinna Ferguson


  1. Word Shifting Tweet  ↩︎
  2. While you are indeed free to use any software to complete this task, please note that only R related questions are supported in this course. This includes assistance regarding details, interpretation, reporting, etc. ↩︎

  3. So how big is a large data set exactly? If you have an idea of what your population numbers might look like. then use that. Otherwise, I suggest starting at 100 cases per item. ↩︎

  4. It is suggested that you attempt this early and to reach out if issues arise. Please note that last minute or weekend assistance is unlikely. ↩︎

  5. Reach out if you would like to simulate data in R but are not able to do so. ↩︎

  6. Yes this may be obvious given its an EFA but for completeness, please go ahead and note it in the submission. ↩︎