Question

In: Math

Using R code solve Here, we look at how t critical values behave as their df...

Using R code solve

Here, we look at how t critical values behave as their df (degrees of freedom) increases:

a. First, what is z.05?

b. Second, if you look at t.05,df (t critical values for α = .05) with df = 20, 40, 60, etc (continuing up by 20 each time), for what df does the t critical value first fall strictly within (e.g. < ) i. .05 of z.05? ii. .02 of z.05? iii. .01 of z.05? c. What do you think the difference will be between z.05 and t.05,df as df → ∞?

Solutions

Expert Solution

a. First, what is z.05?

Z0.05 = -1.644854

(by using R command > qnorm(0.05))

b. Second, if you look at t.05,df (t critical values for α = .05) with df = 20, 40, 60, etc (continuing up by 20 each time), for what df does the t critical value first fall strictly within (e.g. < ) i. .05 of z.05? ii. .02 of z.05? iii. .01 of z.05?

The t critical values by using R for different sample sizes are given as below:

> qnorm(0.05)

[1] -1.644854

> qt(0.05,20)

[1] -1.724718

> qt(0.05,40)

[1] -1.683851

> qt(0.05,60)

[1] -1.670649

> qt(0.05,80)

[1] -1.664125

> qt(0.05,100)

[1] -1.660234

> qt(0.05,200)

[1] -1.652508

> qt(0.05,300)

[1] -1.649949

> qt(0.05,500)

[1] -1.647907

> qt(0.05,1000)

[1] -1.646379

> qt(0.05,10000)

[1] -1.645006

> qt(0.05,100000)

[1] -1.644869

> qt(0.05,1000000)

[1] -1.644855

>

> qnorm(0.05)

[1] -1.644854

> qnorm(0.02)

[1] -2.053749

> qnorm(0.01)

[1] -2.326348

> qt(0.05,10000000)

[1] -1.644854

> qt(0.02,10000000)

[1] -2.053749

> qt(0.01,10000000)

[1] -2.326348

c. What do you think the difference will be between z.05 and t.05,df as df → ∞?

It is observed that as as df → ∞, the t critical value and z critical values become equal.


Related Solutions

Here is the R code for running a t-test: t.test( numeric vector of data values, another...
Here is the R code for running a t-test: t.test( numeric vector of data values, another optional numeric vector of data values,        alternative = c("two.sided", "less", "greater"),        mu = Ho, paired = c(TRUE, FALSE), var.equal = c(TRUE,FALSE),conf.level =1-) 1.) Suppose 30 students are all taking the same Math 115 and English 101 classes at CSUN. You want to know in which class students tend to do better. The data below represents the class averages of the students in both classes....
Here is the R code for running a t-test: t.test( numeric vector of data values, another...
Here is the R code for running a t-test: t.test( numeric vector of data values, another optional numeric vector of data values,        alternative = c("two.sided", "less", "greater"),        mu = Ho, paired = c(TRUE, FALSE), var.equal = c(TRUE,FALSE),conf.level =1-) 2) You want to determine if the average height of men in California is greater than the average height of men in Nebraska. You take a random sample of 30 men in California and 30 men in Nebraska. The data below represents...
Which of the following is not required to find the critical value of r? df one-...
Which of the following is not required to find the critical value of r? df one- vs. two-tailed test positive or negative SP α level
Which of the following is not required to find the critical value of r? df one-...
Which of the following is not required to find the critical value of r? df one- vs. two-tailed test positive or negative SP α level
QUESTION 1 Using the t-table found HERE find find the t critical value for: Degrees of...
QUESTION 1 Using the t-table found HERE find find the t critical value for: Degrees of Freedom = 5 Upper-tail probability = 0.10 3 points    QUESTION 2 Using the t-table found HERE find find the t critical value for: Degrees of Freedom = 11 Upper-tail probability = 0.005 3 points    QUESTION 3 Using the t-table found HERE find find the t critical value for: Degrees of Freedom = 23 Upper-tail probability = 0.05 3 points    QUESTION 4...
What are the F critical values below for α = 0.05? a) df = 4, 14:  ...
What are the F critical values below for α = 0.05? a) df = 4, 14:   b) df = 9, 6:   c) df = 5, 15:
SOLVE THE FOLLOWING USING STATISTICAL SOFTWARE R, POST YOUR CODE: PROBLEM 1. Suppose we have 100...
SOLVE THE FOLLOWING USING STATISTICAL SOFTWARE R, POST YOUR CODE: PROBLEM 1. Suppose we have 100 independent draws from some population distribution whose shape is unknown but where the population mean is 10 and SD is 2.5. Suppose tha tn=100 is sufficiently large that for the sample mean to have an approximately normal distribution. (a) What is the chance that the sample mean is within 0.1 units of the population mean? (b) What is the chance that the sample mean...
In this problem, we use your critical values table to explore the significance of r based...
In this problem, we use your critical values table to explore the significance of r based on different sample sizes. (a) Is a sample correlation coefficient ρ = 0.84 significant at the α = 0.01 level based on a sample size of n = 3 data pairs? What about n = 10 data pairs? (Select all that apply.) No, because the absolute value of the given correlation coefficient is smaller than that for a sample size of n = 3...
In this problem, we use your critical values table to explore the significance of r based...
In this problem, we use your critical values table to explore the significance of r based on different sample sizes. (a) Is a sample correlation coefficient ρ = 0.84 significant at the α = 0.01 level based on a sample size of n = 5 data pairs? What about n = 9 data pairs? (Select all that apply.) No, because the absolute value of the given correlation coefficient is greater than or equal to that for a sample size of...
In this problem, we use your critical values table to explore the significance of r based...
In this problem, we use your critical values table to explore the significance of r based on different sample sizes. (a) Is a sample correlation coefficient ρ = 0.81 significant at the α = 0.01 level based on a sample size of n = 5 data pairs? What about n = 9 data pairs? (Select all that apply.) [ ] Yes, because the absolute value of the given correlation coefficient is greater than or equal to that for a sample...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT