Question: An article in Technometrics ( 1 9 9 9 , Vol. 4 1 , pp . 2 0 2 2 1 1 ) studied the

An article in Technometrics (1999, Vol. 41, pp.202211) studied the capability of a gauge by measuring the weight of paper. The data for repeated measurements of one sheet of paper are as follows:
3.4813.4483.4853.4753.4723.4773.4723.4643.4723.4703.4703.4703.4773.4733.474
Assume that the data is normally distributed.
```{r}
#a) Is there sufficient evidence to claim that the the measurement standard deviation is less than 0.01 grams at =0.05? Use a proper hypothesis test R function.
#HINT: you need to load package "EnvStats" first by run this code: library(EnvStats)
#Your code starts here
# Step 0: load package EnvStats
library(EnvStats)
# Step 1: create a vector x to store all provided measurements
# Step 2: perform the hypothesis test using a proper R function
```
**Analysis**:
#Based on the Step 2 R function output,draw conclusion and make interpretation
```{r}
#b) Verify and PRINT the P-value in the R function output of part (a).
#Your code here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!