logo

Crowdly

Browser

Add to Chrome

Suppose you want to model the stopping distances of cars ( dist ) based on their...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Suppose you want to model the stopping distances of cars (dist) based on their speed (speed). Your task is to test for the presence of outliers in the data using Grubbs' test.

library(outliers) 

data("cars")

head(cars)

Use the grubbs.test

 function from

the 

outliers package and select the correct answer.

More questions like this

Want instant access to all verified answers on moodle.vse.cz?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome