Question
Now enter the following command and describe the output of the table() command. What does the first row of numbers in table() output represent? What
Now enter the following command and describe the output of the table() command. What does the first row of numbers in table() output represent? What does the second row of output represent?
x <- c(5, 8, 4, 1, 5, 6, 5, 9, 4, 2, 5, 7, 5, 3, 6, 4, 5, 3, 7, 6)
table(x)
[optional: You can test your theory by altering the numbers and rerunning the table command.]
3. Task(References: Question 1.1 page 10-12 and self-Quiz Unit 1 Question 6 and 7)
a) Read section 1.5 in the Yakir textbook. If you were a teacher and had 30 students in your class and wanted to know the class average on the first quiz, would you use a parameter or a statistic? Why?
b) If you wanted to know how many people in your country recognize the name of your new company, would you use a parameter or a statistic? Why?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started