we performe barttlet's test in R SORTWARE

we performe barttlet's test in R SORTWARE
code:
data= read.csv(file.choose(),header=T)
data
attach(data)
bartlett.test(list(data$A,data$B,data$C))
information about barttlet's test :
Bartlett’s test allows you to compare the variance of two or more samples to determine whether they are drawn from populations with equal variance. The test has the null hypothesis that the variances are equal and the alterntive hypothesis that they are not equal.
Ho : σ12 = σ22 = σ3 2 , all three sample variances are equal
H1: at least two are different.
OUTPUT :
> bartlett.test(list(data$A,data$B,data$C))
Bartlett test of homogeneity of variances
data: list(data$A, data$B, data$C)
Bartlett's K-squared = 2.6469, df = 2, p-value =
0.2662
From the output we can see that the p-value of 0.2662 is not less than the significance level of 0.01. This means we cannot reject the null hypothesis that the variance is the same for all groups. This means that there is no evidence to suggest that the variance in limestone sample is different for the three sample groups.
show work Limestone samples are taken from three different sections of the mine. Even through heating...
Suppose 1000 coins are tossed. Use the normal curve approximation to the binomial distribution to find the probability of getting the following result. Exactly 495 heads Use the table of areas under the standard normal curve given below. Click here to view page 1. Click here to view page 2. Click here to view page 3. Click here to view page 4. Click here to view page 5. Click here to view page 6. The probability of getting exactly 495...
Suppose 16 coins are tossed. Use the normal curve approximation to the binomial distribution to find the probability of getting the following result. More than 11 tails. Use the table of areas under the standard normal curve given below. Click here to view page 1. Click here to view page 2. Click here to view page 3. Click here to view page 4. Click here to view page 5. Click here to view page 6. Binomial probability = (Round to...