Assignment 1
Data analysis
Submit before 11:30 Sunday September 20
Overview
For this assignment, you will review the class syllabus and practice using R for calculating and displaying descriptive statistics.
Questions and problems
- Review the syllabus and respond to the prompts:
- What happens if you miss a quiz?
- When can you use AI in the class?
- When is the final exam?
- Note anything that surprises you or catches your attention
- Collect at least 20 response times of a local web server (don't use DePaul) and 20 of a far away server (e.g. in Australia). Use the following approach:
- In Chrome, click on the three vertical dots in the upper-right corner
- Select More Tools and then Developer Tools
- In Tools pane, select Nework and select Doc filter
- Load or reload page and note response time in ms
- Using one sample, confirm the following in R:
- The mean is the sum divided by the length
- The sd function produces the sample standard deviation. To show this, you will want to obtain a vector of squared differences from the mean.
- Provide a set of meaningful descriptive statistics for both samples.
- Present a boxplot and histogram of both samples
- With a paragraph, summarize your two samples of response times and compare them.
Deliverable
Create word or pdf file that contains the following:
- A summary statement of your experience completing this assignment. It should contain a major finding from the paragraph of the last task (not the whole paragraph).
- Your clearly labeled answers to questions and problems
- Any additional details or output that you would like to include or document but are too long to insert among your answers.
Grading
The assignment is worth 5 points. Full credit will be awarded to complete, accurate
and well presented submissions. Points will be deducted for the following:
- Summary statements that do not reference concepts or details specific to the assignment
- Summary statements without meaningful experiences and explanations
- Incomplete answers
- Inaccuracies (possibly excepting minor ones)