Question

Question 3. It is posited that babies born at different times of the year may develop...

Question 3. It is posited that babies born at different times of the year may develop the ability to crawl at different ages. Thirty two babies born in January crawled at an average age of 29.75 weeks, with a standard deviation of 7 weeks. Another 32 babies born in August crawled at an average of 33.5 weeks with a standard deviation of 7 weeks. Test whether the posited claim is true. Use α=0.05. Use RStudio or R on Jupyter in order to solve this problem. Provide all your work with your solutions. How valid is the test you conducted? In order to answer this question, • List all assumptions required. • For each assumption, indicate whether it holds and why it does or does not. • Can you provide graphical displays in order to assess a particular assumption? • What would you need in order to produce such graphs?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Assumptions:
1. The sample observations are independent
2. The samples are taken from normal distribution
3. The variable must be in ordinal or continuous scale
4. The population SD is not known

H0: The babies born at different times of the year may not develop the ability to crawl at different ages

H1: The babies born at different times of the year may develop the ability to crawl at different ages

Let the los be alpha = 5%

R-code:

Console Terminal > n1=32 n2-32 > xbar-29.75 > sdx=7 > ybar 33. 5 > sdy-7 s.pool-7 > to-(xbar-ybar)/((s. poo1) sqrt ((1/nl)+(1/n2))) > tcritsqt (c (0.025 ,0.975) , df=n1+n2-2) > lowerimit-(xbar-ybar)-tcrit [1] ((s.pool) sqrt ((1/n1)+(1/n2))) >upperimit-(xbar-ybar)-tcrit [2] ((s.pool) sqrt ((1/n1)+(1/n2))) > print (cat(Test Statsitic-,t0)) Test stat sitic =-2.14 2857NULL > print (cat(Critical value ,tcrit)) critical value= -1.998972 1.998972NULL > print (cat (95% confidence interval of difference of means :)) 95% confidence interval of difference of means :NULL lower limit [1] -0. 2517998 > upper limit 1]7.2482

Here test statistic t value is not in t critical values so we reject H0

Thus we conclude that the babies born at different times of the year may not develop the ability to crawl at different ages

Graph:

Distribution Plot T, df-62 0.4 0.3 E 0.2 0.1 0.025 0.025 0.0 1.999

Add a comment
Know the answer?
Add Answer to:
Question 3. It is posited that babies born at different times of the year may develop...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT