Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.75 KB

week6.md

File metadata and controls

57 lines (45 loc) · 2.75 KB
title layout root venue
NRES 898 Week 6
page
.
University of Nebraska-Lincoln

Week 6: Reproducible research with R

As with previous weeks, type your answers into a text file and submit that. You can use the RStudio editor to make your text file.

Introduction to R/RStudio

ls() # show me the contents of your workspace
history(20) # show me the last 20 lines of code executed
installed.packages() # show me that you've got the right packages installed! 

Project management with RStudio

  • Video for project management
  • Reading for the Lesson
  • Do the Creating a self-contained project challenge, Challenge 1, and Challenge 2. Nothing to turn in, but you need all of those done for the rest of the lessons to work.
  • Ignore the tip to use the ProjectTemplate package; it is an interesting idea that isn't mature enough yet to use.

Seeking Help

Data Structures

Assignment

Challenges are due on Friday of Week 6 (Feb 19) at 5 pm. Late assignments will receive a score of zero unless prior approval is granted. Your answers should be entered into a plain text file. At the top of the file write the week number and your name on one line. Leave a blank line, and type the name of the lesson. For each challenge in the lesson, on one line, give the title of the Challenge. On the next line, enter your answer. This may be simply a number in the case of a multiple choice question, or perhaps a couple lines of commands or text. Separate challenges with blank lines. The file should be saved with a name like yourlastname_week6.txt.