1: Welcome to R
Due Week 1
Before attempting this assignment, be sure to follow the instructions noted in the Preliminaries page under βCourse Contentβ.
Submit: PDF file
Answer the following questions and upload as a PDF to Blackboard.
What is your name and program of study at Syracuse?
(Optional: provide your pronouns, if you wish.)What is your prior experience with statistics, data analysis, R, and computer programming generally?
What are you hoping to get out of this class?
Please include a picture of yourself!
- It can be anything β just make sure that you are the only person in the picture so I can clearly identify you.
What is the mean of the
fastidiousobject from your .R assignment below?
Submit: .R Work
Navigate to the first R At-Home workshop for the class: R At-Home Workshop #1. Complete the questions in the webpage. Once you have finished, return here to complete the problem set below. When you are done, download the R history file and upload it to Blackboard alongside your PDF file.
Write code to answer the following questions.
- Create an object named
aardvarkthat stores a 3 as a single number
- Create a second object named
boombathat stores a 6 as a single number
- Create a third object named
centaurithat is the addition ofaardvarkandboomba
- Create a fourth object named
diabolicalthat is the multiplication ofaardvarkandboomba
- Create an object named
ebullientthat stores three numbers as a vector: 4, 5, and 6
- Create an object named
fastidiousthat stores three numbers as a vector: 8, 9, and 11
- Add
ebullientandfastidioustogether, and store it in an object namedgeorge
- Find the mean (average) of
fastidious, and store it in an object namedzoinks
- When you have completed the above, click βDownload R History Fileβ on the right. Upload that file to Blackboard to complete the assignment.