Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a variable x which gives the yield of corn cob, in kg per hectare. We have created the variable x in R, for which

Consider a variable x which gives the yield of corn cob, in kg per hectare. We have created the variable x in R, for which we have used the commands "quantile" and "mean". Below is the R output.

> x=c(2134,2170,2142,2999,2364,2199,2310,1620,1808,575,492)

> quantile(x,type=6)

0% 25% 50% 75% 100%

492 1620 2142 2310 2999

> mean(x)

[1] 1892.091 Which one of the following statements is correct? (Only one statement is correct.)

A) There are no outliers.

B) The value 492 is the only outlier.

C) The value 2999 is the only outlier.

D) The values 492 and 575 are the only outliers.

E) The mean is larger than the median.

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_2

Step: 3

blur-text-image_3

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

Applied Calculus

Authors: Stefan Waner, Steven Costenoble

6th Edition

1285415310, 9781285415314

More Books

Students also viewed these Mathematics questions

Question

whihch of the following is NOT true about binary encoding

Answered: 1 week ago

Question

Evaluate employees readiness for training. page 275

Answered: 1 week ago