Question: Frequency Table The variable tension is an ordinal variable representing low, medium, and high tension. Use the table() function to create a frequency table for
Frequency Table The variable tension is an ordinal variable representing low, medium, and high tension. Use the table() function to create a frequency table for the tension variable. Note that for the command table to run correctly, you need to specify it in the form table("name of the data set"$"name of the variable") so in this case the command would be table(warpbreaks$tension) Copy and paste the table into your document. What is the most frequently observed level of tension in the data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
