Harold wants to check with an appropriate hypothesis test whether the substance works, i.e. whether the substance reduces leakage. Halli is a promising statistician and realizes that it is appropriate to perform a bilateral test. What is the value of the test size? 1.771. 2,340. 1.960 3.176 What is the rejection area in Halla's hypothesis test? (remember that Halli performs a two-way test). t <−2.776 and t> 2.776. t <−2.306 and t> 2.306. t <−2.262 and t> 2.262. t <−1.96ogt> 1.96. Each of the statements below is correct based on the results of the hypothesis test. haroldshould reject the null hypothesis and conclude that the material reduces leakage. harold should reject the null hypothesis and conclude that the material does not work. harold should accept the null hypothesis and conclude that the material does not work. None of the above statements is correct.
Correlation
Correlation defines a relationship between two independent variables. It tells the degree to which variables move in relation to each other. When two sets of data are related to each other, there is a correlation between them.
Linear Correlation
A correlation is used to determine the relationships between numerical and categorical variables. In other words, it is an indicator of how things are connected to one another. The correlation analysis is the study of how variables are related.
Regression Analysis
Regression analysis is a statistical method in which it estimates the relationship between a dependent variable and one or more independent variable. In simple terms dependent variable is called as outcome variable and independent variable is called as predictors. Regression analysis is one of the methods to find the trends in data. The independent variable used in Regression analysis is named Predictor variable. It offers data of an associated dependent variable regarding a particular outcome.
Harold is going to California over the Easter weekend and takes part in the Rock Festival of the people. He is an optimistic man and intends to sleep in a tent. He is worried about leaks in the tent, but to his great satisfaction, he came across an advertisement for material that the manufacturers claim reduces leakage in tents by spraying it on the outer layer of the tent. He was not convinced but found a study where the material was examined. In the study, leakage in five tents was measured. First, it was measured how much it leaked without the material too much and then how much it leaked after the material was sprayed on the outer layer in each tent. High numbers mean high leakage and low numbers low leakage. It can be assumed that measured leaks follow a
Harold is also a big fan of R and he performed the following calculations in R:
> x<-c(8.6,9.2,7.8,7.2,8.9) > y<-c(6.2,7.2,7.6,8.2,6.1) > mean(x)
[1] 8.34
> mean(y)
[1] 7.06
> sd(x)
[1] 0.8234076 > sd(y)
[1] 0.9044335 > d<-x-y
> mean(d)
[1] 1.28
> sd(d)
[1] 1.616168
Questions 1 – 3 deal with harold and his experiment.
- Harold wants to check with an appropriate hypothesis test whether the substance works, i.e. whether the substance reduces leakage. Halli is a promising statistician and realizes that it is appropriate to perform a bilateral test. What is the value of the test size?
- 1.771.
- 2,340.
- 1.960
- 3.176
- What is the rejection area in Halla's hypothesis test? (remember that Halli performs a two-way test).
- t <−2.776 and t> 2.776.
- t <−2.306 and t> 2.306.
- t <−2.262 and t> 2.262.
- t <−1.96ogt> 1.96.
- Each of the statements below is correct based on the results of the hypothesis test.
- haroldshould reject the null hypothesis and conclude that the material reduces leakage.
- harold should reject the null hypothesis and conclude that the material does not work.
- harold should accept the null hypothesis and conclude that the material does not work.
- None of the above statements is correct.
Step by step
Solved in 2 steps