HW VII, Question 4

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HW VII, Question 4

Chelsi Whitely
I do not know what code to use to do the t-test correctly. I have tried this:
t.test(infant,alternative=“greater”,mu=μ0)
and got this as an error messege:
Error: unexpected input in "t.test(infant,alternative=“".
Reply | Threaded
Open this post in threaded view
|

Re: HW VII, Question 4

Taeho Kim
Administrator
Chelsi Whitely wrote
I do not know what code to use to do the t-test correctly. I have tried this:
t.test(infant,alternative=“greater”,mu=μ0)
and got this as an error messege:
Error: unexpected input in "t.test(infant,alternative=“".
We need 100 in the place of "μ0".
Also, please make sure "greater" is really what we want to put!