Question

I have an original data set and 4 sets of transformed data to which I applied...

I have an original data set and 4 sets of transformed data to which I applied a two-sample pooled variance t-procedure in R. I am uncertain about to how to interpret the confidence intervals of the transformed data since when I back-transform the endpoints by undoing the original operation, I get values that don't seem anywhere near correct. Each of the transformations that was applied has been added as a suffix to the vector name containing the transformed data (in order: original data, log base e, squared root, cubed root, reciprocal).  

> t.test(X, Y, var.equal = TRUE)

Two Sample t-test

data: X and Y
t = 6.8315, df = 115, p-value = 4.224e-10
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
10381.71 18860.54
sample estimates:
mean of x mean of y
48001.52 33380.39

> t.test(X-LOG, Y-LOG, var.equal = TRUE)

Two Sample t-test

data: X-LOG Y-LOG
t = 6.893, df = 115, p-value = 3.112e-10
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
0.3120417 0.5636984
sample estimates:
mean of x mean of y
10.75884 10.32097

> t.test(X-SQRT, Y-SQRT, var.equal = TRUE)

Two Sample t-test

data: X-SQRT and Y-SQRT
t = 6.9433, df = 115, p-value = 2.423e-10
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
28.11332 50.55655
sample estimates:
mean of x mean of y
217.9947 178.6598

> t.test(X-CUBE, Y-CUBE, var.equal = TRUE)

Two Sample t-test

data: X-CUBE and Y-CUBE
t = 6.9446, df = 115, p-value = 2.407e-10
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
3.308980 5.949869
sample estimates:
mean of x mean of y
36.18075 31.55133

> t.test(X-RECIPROCAL, Y-RECIPROCAL, var.equal = TRUE)

Two Sample t-test

data: X-RECIPROCAL and Y-RECIPROCAL
t = 6.3703, df = 115, p-value = 4.029e-09
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
1.040067e-05 1.978757e-05
sample estimates:
mean of x mean of y
3.679029e-05 2.169616e-05

Homework Answers

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
> x=c(5,3,1,6,4,3,2,4,7) > y=c(7,4,1,8,5,2,4,7,9) > mean(x) [1] 3.888889 > mean(y) [1] 5.222222 > sd(x) [1] 1.900292...
> x=c(5,3,1,6,4,3,2,4,7) > y=c(7,4,1,8,5,2,4,7,9) > mean(x) [1] 3.888889 > mean(y) [1] 5.222222 > sd(x) [1] 1.900292 > sd(y) [1] 2.728451 > t.test(x,y,var.equal=T)    Two Sample t-test data: x and y t = -1.203, df = 16, p-value = 0.2465 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -3.682888 1.016221 sample estimates: mean of x mean of y 3.888889 5.222222 > t.test(x,y,var.equal=F)    Welch Two Sample t-test data: x and y t = -1.203,...
> x=c(5,3,1,6,4,3,2,6,7) > y=c(7,4,1,8,5,2,4,7,9) > mean(x) [1] 4.111111 > mean(y) [1] 5.222222 > cor(x,y) # +...
> x=c(5,3,1,6,4,3,2,6,7) > y=c(7,4,1,8,5,2,4,7,9) > mean(x) [1] 4.111111 > mean(y) [1] 5.222222 > cor(x,y) # + indicates consistency, more power [1] 0.943973 > t.test (x,y,paired=T) #sig because of + correlation    Paired t-test data: x and y t = -3.1623, df = 8, p-value = 0.01335 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -1.9213584 -0.3008638 sample estimates: mean of the differences              -1.111111 > What conclusions can be made regarding statistical significance? Would...
Below is the output for monthly salaries for recent business interns by region, Los Angles (LA)...
Below is the output for monthly salaries for recent business interns by region, Los Angles (LA) and San Francisco (SF). t.test(Amount ~ Location, data = money) ## ## Welch Two Sample t-test ## ## data: Amount by Location ## t = -1.25, df = 223.89, p-value = 0.0789 ## alternative hypothesis: true difference in means is not equal to 0 ## 95 percent confidence interval: ## -4.09 4.09 ## sample estimates: ## mean in group LA mean in group SF...
Which of the following terms are included in a 95% confidence interval for the difference between...
Which of the following terms are included in a 95% confidence interval for the difference between two means found from a sample of 25 for each sample? a. the mean b. T value for the df of 49, at two tail .05 c.all of these are used d. only a and c
Suppose we are comparing two populations to see if they have the same mean. A sample...
Suppose we are comparing two populations to see if they have the same mean. A sample from each population is taken and the difference in means was 12 Suppose a test of the hypothesis that the difference is zero has a p-value of 0.0156. Which of the following are true statements (circle all that are true): a The two-sided 99% confidence interval includes zero. b The one-sided 99% confidence interval includes zero. c The hypothesis that they are equal would...
Suppose we are comparing two populations to see if they have the same mean. A sample...
Suppose we are comparing two populations to see if they have the same mean. A sample from each population is taken and the difference in means was 12. Suppose a test of the hypothesis that the difference is zero has a p-value of 0.0156. Which of the following are true statements (list all that are true): a. The two-sided 99% confidence interval includes zero. b. The one-sided 99% confidence interval includes zero. c. The hypothesis that they are equal would...
Using the table below, would you please check my answers. The answer for the p-value is...
Using the table below, would you please check my answers. The answer for the p-value is supposed to be 0.0000; however, I keep getting 0.9999999977 as the answer. How do you find the correct p-value? Where am I going wrong in my calculation? Regardless of your answer to part (a) using R, run a t-test for the difference between the two treatment means at the α = 5% level of significance. Specifically, we are interested in knowing if there exists...
JUDGING OFF THE FOLLOWING QUESTION...I DONT THINK IT IS THE SAME GROUP OF PEOPLE TWICE. THE...
JUDGING OFF THE FOLLOWING QUESTION...I DONT THINK IT IS THE SAME GROUP OF PEOPLE TWICE. THE MAIN GROUP IS SPLIT INTO TWO - SO ARE WE SURE IT WOULD BE PAIRED? In the main study, researchers collected 80 adults. Adults were randomly divided into 2 groups, 40 each. First group was given cheerios for a month and the second group was given toasted oats for a month. Average ldl cholesterol were 4.64 mmol/l in cheerios group and 4.00 mmol/l in...
The t-test paired scores go like that: t = 8.812, df = 46, p-value = 0.00000000001936...
The t-test paired scores go like that: t = 8.812, df = 46, p-value = 0.00000000001936 CI (95%): 3.677283 & 5.854632 The mean of the differences: 4.765957 Decide whether statements below are true and explain why: 1) Classical hypothesis testing would recognize a significant difference here 2) Because the estimates of means are different, with 95% there is a difference between the means in the (imaginary) population, 3)The confidence interval includes 0, so it’s possible that there is no real...
Basic concepts. For each of the following answer the question and give a short explanation of...
Basic concepts. For each of the following answer the question and give a short explanation of your reasoning. a) A 95% confidence interval for the difference between two means is reported as (0.8, 2.3). What can you conclude about the results of a significance test of the null hypothesis that the population means are equal versus the two-sided alternative? b) Will larger samples generally give a larger or smaller margin of error for the difference between two sample means? c)...