Question

Which one of the following statements is not true with regard to the Student’s t-test? a)...

Which one of the following statements is not true with regard to the Student’s t-test?

a) The test is carried out via the t.test() command.

b) You can specify the test data as a formula of the form y ~ x.

c) By default, variance is assumed unequal, so you set var.equal = TRUE to force the assumption of equality.

d) You can carry out a matched pair test by adding paired = TRUE as an instruction.

e) You can carry out a one-sample test by specifying mean = n, where n is the mean to test against.

Homework Answers

Answer #1

Sol:

with lm function in R we fit model of y on x

to perform t test in R ,with t.test function

to set equal variance set var.equaL=TRUE

to conduct paired t test set paired=TRUE

we can specify mu ,hypothesized mean as mu= in R

so statements ehich are not true is
Ex Rcode:

X <- c(31,35,19,20,23,27,25)
X
t.test(x,var.equal = TRUE,mu=56)

Output:

data: x
t = -46, df = 10, p-value = 5.677e-13
alternative hypothesis: true mean is not equal to 56
95 percent confidence interval:
7.771861 12.228139
sample estimates:
mean of x
10

b) You can specify the test data as a formula of the form y ~ x.

e) You can carry out a one-sample test by specifying mean = n, where n is the mean to test against.

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
Question 3: Independent-Samples t-Test Group Statistics type of school N Mean Std. Deviation Std. Error Mean...
Question 3: Independent-Samples t-Test Group Statistics type of school N Mean Std. Deviation Std. Error Mean reading score public 168 51.8452 10.42279 .80414 private 32 54.2500 9.19677 1.62578 Independent Samples Test Levene's Test for Equality of Variances t-test for Equality of Means F Sig. t df Sig. (2-tailed) Mean Difference Std. Error Difference 95% Confidence Interval of the Difference Lower Upper reading score Equal variances assumed .564 .453 -1.217 198 .225 -2.40476 1.97519 -6.29986 1.49034 Equal variances not assumed -1.326...
Using the following code perform ALL of the tasks below in C++: ------------------------------------------------------------------------------------------------------------------------------------------- Implementation: Overload input...
Using the following code perform ALL of the tasks below in C++: ------------------------------------------------------------------------------------------------------------------------------------------- Implementation: Overload input operator>> a bigint in the following manner: Read in any number of digits [0-9] until a semi colon ";" is encountered. The number may span over multiple lines. You can assume the input is valid. Overload the operator+ so that it adds two bigint together. Overload the subscript operator[]. It should return the i-th digit, where i is the 10^i position. So the first...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
In February 2012, the Pepsi Next product was launched into the US market. This case study...
In February 2012, the Pepsi Next product was launched into the US market. This case study provides students with an interesting insight into PepsiCo’s new product process and some of the challenging decisions that they faced along the way. Pepsi Next Case Study Introduction Pepsi Next was launched by PepsiCo into the US market in February 2012, and has since been rolled out to various international markets (for instance, it was launched in Australia in September 2012). The new product...