Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Vocabulary and R functions Enter the following command in R to read a simple help page about the table() command (this is for your information,
Vocabulary and R functions
Enter the following command in R to read a simple help page about the table() command (this is for your information, you do not need to show the output):
?table
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)
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