Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Business Mathematics In Canada

Authors: F. Ernest Jerome, Jackie Shemko

3rd Edition

1259370151, 978-1259370151

More Books

Students also viewed these Mathematics questions

Question

What is the MFD? UFD? How are they related?

Answered: 1 week ago