ANOVA Test
Given the yearly sales in yearly_sales .csv file, complete the following: Show all the descriptive statistics of sales_total, including its standard deviation and variance. Correlation of number_of_order to sales_total. Plot the scatter graph of number_of_order to sales_total. Perform linear regression of number_of_order to sales_total. Draw the line of best fit (abline) over your graph. Perform T test as shown below and show your conclusion. Perform ANOVA test as shown below and show your conclusion. T test This is to test for the mean of one group; here we have sale_total. t.test(sales_total, mu = 249) # R command for t test H0: mu = 249 # null hypothesis H1: mu ≠ 249 # alternative hypothesis Rejection level = 0.05 (implies 95% confidence level) Do not Reject H0 if p-value is <= 0.05 Reject H0 if p-value is > 0.05 ANOVA test ANOVA is used to test the equality of mean for two groups; here we have Male and Female. anova(lm(data = myData, sales_total ~ factor(gender))) # R command for ANOVA test. H0: There is significant difference between Male and Female sales_total. H1: There is no significant difference between Male and Female sales_total. Rejection level = 0.05 (implies 95% confidence level)
7 years ago
8
Purchase the answer to view it

- STATISTICS.docx
- pp.pdf
- STATISTICS11.docx
- kkk21.pdf
- ECO 550 _WEEK 9_Assignment 4_ Long-Term Investment Decisions_FINAL
- HPE 170 Week 5 Individual Assignment Chronic and Infectious Diseases Paper
- Ethics and morality are related concepts in healthcare, but they are not the same thing. Explain the difference between ethics and morality in medicine. Provide at least one example for each concept.
- Process Help
- #2
- CJA 314 Week 1 Individual Assignment Crime Data Comparison Paper
- BSHS 471 Week 3 Individual Assignment Skills and Characteristics of Mental Health Human Services Workers
- SOC 315 Week 4 Individual Assignment EEOC Presentation Paper
- needed asap...
- MHR 6551 Training and Development Unit 3 DB