logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Gary BartonAccounting
(5/5)

608 Answers

Hire Me
expert
malvin kengeEngineering
(/5)

651 Answers

Hire Me
expert
Jason ParkerCriminology
(5/5)

598 Answers

Hire Me
expert
StatAnalytica ExpertSocial sciences
(5/5)

825 Answers

Hire Me
R Programming
(5/5)

What is the rejection rule using the critical value? What is your conclusion?

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

 Statistics Coursework

 

Coursework submission guidelines

If you handwrite your answer, then please write legibly on a blank sheet of paper and scan your handwritten answer as a PDF file before submission.

If you type your answer using Word software, then please use the Insert -> Equation function of Word or professional add-in software (e.g., MathType) to type maths equations. Please Do save your Word file AS a PDF file before submission. Please do NOT submit .DOC or .DOCX files.

See https://www.wikihow.com/Create-PDF-Files for tips on creating PDF files.

If you have multiple files, make sure that you combine them into a SINGLE PDF file before uploading it.

Please answer the questions in order, starting from the first question, and clearly indicate which question you are answering by properly numbering your answers.

Please use the format: Student Number + Student Name as the file name of the PDF file. For example, 19723856+JohnSmith.

Please answer ALL questions and submit your answers as a PDF file attachment in the section of the course website before 4:45pm on Monday, May 31st. No extension will be granted. Late submission will be subject to possible punishment judged by a panel.

Points for each question are indicated at the end of each question:

1. A simple random sample of 50 items from a population with σ = 6 resulted in a sample mean of 32. Provide a 90% confidence interval for the population mean. (Hint: you need to compute the standard error of the mean and also the margin of error.) [10 points] 

2. A simple random sample of 800 elements generates a sample proportion confidence interval for the population proportion. [10 points] 

p  .70 . Provide a 90%

3. Consider the following hypothesis test:

H :   12

H :   12

A sample of 25 provided a sample mean x = 14 and a sample standard deviation s = 4.32.

a) Compute the value of the test statistic. [5 points]

b) Use the t distribution table (Table 2 in Appendix B) to compute a range for the p-value. [5 points]

c) At  =.05, what is your conclusion? [5 points]

d) What is the rejection rule using the critical value? What is your conclusion? [5 points]

4. The following results come from two independent random samples taken of two populations.

Sample 1

Sample 2

n1 = 50

x1 = 13.6

s1 = 2.2

n2 = 35

x2 = 11.6

s 2 = 3.0

a) Provide a 95% confidence interval for the difference between the two population means. [10 points] 

b) The population means of the two populations are 1

following hypothesis test:

H :     1

H :     1

and

2 , respectively. Consider the

What is the value of the test statistic? What is the p-value? With α = .05, what is your hypothesis testing conclusion? (Hint: be careful of how the H0 is stated.) [15 points]

5. Consider the following results for independent samples taken from two populations.

Sample 1

Sample 2

n1 = 400

p1 = .48

n2 = 300

p2 = .36

a) What is the point estimate of the difference between the two population proportions? [5 points]

b) Develop a 95% confidence interval for the difference between the two population proportions. [10 points] 

6. Case Problem. Consumer Research, Inc., is an independent agency that conducts research on consumer attitudes and behaviors for a variety of firms. In one study, a client asked for an investigation of consumer characteristics that can be used to predict the amount charged by credit card users. Data were collected on annual income (measured in thousand dollars) and annual credit card charges (measured in dollars) for a sample of 50 consumers.

Please download the data named “Data for coursework.csv” from the “Resource area of the Course webpage. In this data file, the variables “Income” and “AmountCharged” refer to the annual income and annual credit card charges mentioned above, respectively.

Please do NOT submit your R codes because they have been given in the Hints.

Please do NOT take a screenshot of the results in R console and paste it into the PDF file.

a) Use classes starting at 1800 and ending at 6000 in increments of 1000 for the variable “AmountCharged” to show its frequency distribution. [10 points]

Hint: After you specify in R where the data file is located on your computer, try the following codes: # import data into R

data <- read.csv("Data for coursework.csv")

# for frequency distribution

group <- cut(data$AmountCharged, seq(1800, 6000, 1000), right=FALSE) freq <- sapply(split(data, group), nrow)

cbind(freq)

b) Estimate a regression equation: AmountCharged = β0 + β1 Income + ε

Obtain the intercept and slope coefficients. Do you expect the sign of the slope to be positive? Explain. [10 points]

Hint: the R codes for this question is summary(lm(AmountCharged ~ Income, data=data))

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme