Question

Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns,...

Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns, each 20 points long and use the following parameters: Number of variables (10), number of data point (20), Distribution (Normal), Mean (40), Standard Deviation (10), Random seed (1234). The data should be in columns: A,B,C,….,I,J. Randomly pick two columns (say Column B and Column H) and perform 2-sided t-test on these two data columns. Record the P-value and repeat this procedure several times (at least 5 times). That is, each time randomly pick two columns, perform 2-sided t-test and record the P-value. And answer the questions. (Pick the closest answer) 17. What did you observe? a. Most of the P-values are very small, and some below 5%. b. P-values are very different, some small and some large, but very few, if any, below 5% c. Most of the P-values are very large, around 0.9 and 0.95 range. d. ​​Essentially all P-values are below 5% and some even below 1% range. 18. What is the Statistical interpretation? a. Since data are created randomly one expect to see small P-value for t-test. b. The t-test worked as designed, since in most cases it detected the difference, sometimes even with 1% threshold. c. The t-test worked as designed, in most cases it did not detect the difference since the data are created with equal means (equal averages). d. None of the above Create one more random column of data. This time use the following parameters: Number of variables (1), number of data point (20), Distribution (Normal), Mean (50), Standard Deviation (10), Random seed (3434). CUT &PASTE this data in the same sheet as the previous 10 columns and put it in column M. Randomly pick one column out of A,B,…,J (say Column F) and perform 2-sided t-test based on this randomly picked column and the newly created column M. Record the P-value and repeat this procedure several times (at least 5 times). That is, each time randomly pick one data from the ten previously created and perform 2-sided t-test versus the newly created column M. Record the P-value. And answer the questions. (Pick the closest answer) 19. What did you observe? a. Most of the P-values are very small, and some below 5%. b. P-values are very different, some small and some large, but very few, if any, below 5% c. Most of the P-values are very large, around 0.9 and 0.95 range. d. Essentially all P-values are below 5% and some even below 1% range. 20. What is the Statistical interpretation? a. Since data are created randomly one expect to see small P-value for t-test. b. The t-test worked as designed, since in most cases it detected the difference, sometimes even with 1% threshold. c. The t-test worked as designed, in most cases it did not detect the difference since the data are created with equal means (equal averages). d. None of the above

Homework Answers

Answer #1

ANSWER:

'Given that,

17)

option B is correct.

18)

option C is correct.

part -2:

> set.seed(3434)
> M = rnorm(20,50,10)
> M
[1] 45.93904 35.87163 60.34832 44.38388 49.84033 49.61631 48.19858 46.23254 46.82688 67.83189 62.74389 50.82694 50.86437 57.84251 68.30389 28.44567 51.51725 44.33325 37.06757 47.23892

T-Test:

> t.test(A,M)

Welch Two Sample t-test

t = -4.3517, df = 19.384, p-value = 0.0003296

> t.test(I,M)

Welch Two Sample t-test

t = -4.1386, df = 19.497, p-value = 0.0005327

> t.test(F1,M)

Welch Two Sample t-test

t = -4.3046, df = 19.142, p-value = 0.0003767

> t.test(D,M)

Welch Two Sample t-test

t = -4.1123, df = 19.425, p-value = 0.0005699

> t.test(H,M)

Welch Two Sample t-test

t = -4.1446, df = 19.247, p-value = 0.0005379

19)

option D is correct.

20)

option B is correct.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns,...
Use Random number generator (under Data Analysis) to simulate the following data set. Create 10 columns, each 20 points long and use the following parameters: Number of variables (10), number of data point (20), Distribution (Normal), Mean (40), Standard Deviation (10), Random seed (1234). The data should be in columns: A,B,C,….,I,J. Randomly pick two columns (say Column B and Column H) and perform 2-sided t-test on these two data columns. Record the P-value and repeat this procedure several times (at...
In what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided...
In what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided T-test or two sided T-test. All the procedures should be done with 5% P-value or 95% confidence interval.Some answers are approximated, choose the most appropriate answer. Open Man_Body data. SETUP: Some people claim that Man chest size is on average larger than the Hip size. Given the data your job is to confirm or disprove this claim. I. What test/procedure did you perform? (6.66...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval Upload CARS data. SETUP: It is believed that Lincolns are heavier than 3500 pounds. Given the data your job is to confirm or disprove this belief. Lincoln Data: 3681 3681 3768 3768 4369 4369 4474 9. What test/procedure did you perform? a. One-sided t-test b. Two-sided t-test c....
In what follows use any of the following tests: Regression, multiple regression, one-sided t-test, or two-sided...
In what follows use any of the following tests: Regression, multiple regression, one-sided t-test, or two-sided t-test. All conclusions should be based on 5% P-value threshold. Choose the best fitting answer. Open Brains data. SETUP: You are asked to check if there is difference in the averages of Head Circumference and Weight. Given the data, your job is to perform the appropriate statistical test or procedure. 9. What test did you perform? a. Regression b. Multiple regression c. One-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test...
In what follows use any of the following tests/procedures: Regression, multiple regressions, confidence intervals, one-sided t-test or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Upload the data HeartRate_Exercise. These data are based on 45 randomly chosen high school students. SETUP: Is it reasonable to claim that students who exercise more have lower heart beat rate at rest. Given the data your job is to confirm or disprove this claim. 5. What test/procedure...
In what follows use any of the following tests: Regression, multiple regression, one-sided t-test, or two-sided...
In what follows use any of the following tests: Regression, multiple regression, one-sided t-test, or two-sided t-test. All conclusions should be based on 5% P-value threshold. Choose the best fitting answer. Open Brains data. SETUP: Since females are on average smaller than males, some people believe that female brains should be smaller as well (smaller volume). Given the data, your job is to perform the appropriate statistical test or procedure and help them decide. 5. What test did you perform?...
In what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided...
In what follows use any of the following tests/procedures: Regression, multiple regression, confidence intervals, one sided T-test or two sided T-test. All the procedures should be done with 5% P-value or 95% confidence interval.Some answers are approximated, choose the most appropriate answer. Open Wages data. SETUP: Is it true that male and female workers have different wages? Given the data your job is to confirm or disprove this assertion. II. Statistical interpretation? (6.66 points) a. Since P-value is small we...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Open the PreLaw_Nursing data. https://www.limes.one/Content/DataFiles/PreLaw_Nursing.txt SETUP: The data contain the salaries for 25 people whose college majors were either Pre-law or Nursing. Question: Do these two majors have different salaries? 9. What test/procedure did you perform? a. One-sided t-test b. Two-sided t-test c. Regression d. Confidence interval 10. What is...
Below gives a data set for movie budgets, and domestic and worldwide box office gross (all...
Below gives a data set for movie budgets, and domestic and worldwide box office gross (all in millions) for several major movies over time. Test the claim, at the � = 0.01 level, that the domestic box office gross has a wider variation than the worldwide box office gross. Movie Data Sheet, h̶t̶t̶p̶s̶:̶/̶/̶w̶w̶w̶.̶s̶t̶a̶t̶c̶r̶u̶n̶c̶h̶.̶c̶o̶m̶/̶a̶p̶p̶/̶i̶n̶d̶e̶x̶.̶p̶h̶p̶?̶d̶a̶t̶a̶i̶d̶=̶2̶1̶8̶8̶6̶8̶4̶ (See below table instead) Note that some of the values for gross are zero. What does this mean and does that effect how you should perform the...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided...
In what follows use any of the following tests/procedures: Regression, confidence intervals, one-sided t-test, or two-sided t-test. All the procedures should be done with 5% P-value or 95% confidence interval. Use the same MathCreditsSalary data. SETUP: Is it reasonable to claim that people who took more than 10 math credits will have average salary of 41000 or more? 5. What test/procedure did you perform? a. One-sided t-test b. Two-sided t-test c. Regression d. Confidence interval 6. What is the P-value/margin...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT