Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Programming Language Expert

Assignment

In this assignment you will analyze a cross-sectional data set of student test scores from California similar to the one used in Stock and Watson (2011). The data used in this assignment come from a more recent period (year 2007 or later) and are based on individual schools rather than districts.

Each student will be assigned a data file for a particular academic year based on the student id number. To find out which data file you have been assigned, modify the sample code and replace the id number in the code with your student id number.

##***Change this number to your student id number *** idnum= 0;

A description of the variables in your assigned data file is given in the file caYYapi.html where YY is your assigned year number. The outcome variable of interest is the academic performance index (API) apiYYb. "The API is a single num- ber, ranging from a low of 200 to a high of 1000, which reflects a school's performance level, based on the results of statewide assessments. [. . . ] The API is calculated by converting a stu- dent's performance on statewide assessments across multiple content areas into points on the API scale. These points are then averaged across all students and all tests. The result is the API."

The analysis sample is restricted to middle schools (ex-cluding special education schools) with at least 100 students included in the calculation of API.

Assignment

(a) Report summary statistics for the following variables: apiYYb (academic performance index), acs_46 (average class size for grades 4-6), p_el (percent English learn- ers), meals (percent students receiving free or reduced price lunch), pedu (average parent years of education). Display the scatter plot of the outcome variable of inter- est apiYYb against the other four variables. Which pair of variables appear to have a linear relation between them?

(b) How many school districts are there in your sample? How many schools are there in the district with the largest number of schools? How many schools are there in the district with the smallest number of schools?

(c) Report regression estimates for the following four regres- sions in one table.

apiYYb = β0 + β1acs_46 + u
apiYYb = β0 + β1acs_46 + β2p_el + u
apiYYb = β0 + β1acs_46 + β2p_el + β3meals + u
apiYYb = β0 + β1acs_46 + β2p_el + β3meals + β4pedu + u

Explain the likely relation between class size and test performance based on these four regressions.

(d) Consider two hypothetical schools A and B that differ only in p_el and meals (any other characteristics are as- sumed to be the same). For school A, p_el is equal to

is zero and meals is equal to the sample mean. Compute a 95% confidence interval for the expected difference in API between these two schools using estimates from the last specification with k =5 regressors. Is this difference ‘significant' ?

(e) In 1992 California passed a charter school law, the second state to do so after Minnesota passed one in 1991. Since then the number of charter schools in California has grown from 238 (2.8% of all public schools) in 1999/2000 to 1,065 (10.7% of all public schools) in 2012/2013. The assigned data sample contains two dummy variables dcharti and dchartd for charter schools.

Report regression estimates to examine whether student performance as measured by API and its relation with the explanatory variables considered in part (c) differs between charter and non-charter schools and between the two types of charter schools. Carefully interpret the re- sults you obtained.

Submission Instructions

If you want your submisstion to be considered for marking, you must electronically submit your report by the due time. Following the link in the course page from Loop to submit your report. No submissions after the due time are accepted. (The due time is based on the server's system clock, not your computer's clock. You should submit your report well in ad- vance of the due time.)

For this practice assignment, you can (and I encourage you to) work as a group. For a group report, work with one of the data files assigned to a member of the group.

Report Format

Your report must be typeset as an A4-sized document and submitted as a single pdf (portable document format) file. The report should begin with a title section that clearly lists your name, student ID number, and DCU email address.

Use a reasonable (i.e. legible) font size, line spacing, and margins. There is no limit or requirement in terms of word counts or page numbers. However, your report should be kept short and to the point. Read the questions carefully. Marks will be deducted for long answers that are not directly relevant to the question.

Do not include program or code in the main body of the text. Put all such information in an Appendix with a smaller fixed width (monospaced) font at the end of your report. I may ask you to submit the code you used for the assignment. You must have the code ready to submit if I ask you to do so. Use tables and figures effectively. Each table and figure must be accompanied by a caption or note explaining the contents of the display (e.g. what are the numbers in paren- theses?). Do not place tables and figures at the end of the report; place them in the main body of the text where they belong.

When you report estimation results, do not copy-and-paste output from the software. Properly format them into tables or graphs as is done in academic journals. In particular, do not report too many digits just because the software prints them.

When you quote results from other sources, clearly indicate the source. For example, there is no need to rederive standard statistical results in your report; just quote from the relevant sources. Improper attribution can result in plagiarism. In the text of your report, it is standard to refer to these citations simply as author (date), e.g. Smith (1992) or Smith (1992, p.27). Consult Citing & Referencing for further guidance such as styles for quoting a web site.

Do not use footnotes or endnotes. Do not ‘decorate' your report. No marks for using fancy fonts, glittering colors, or blinking images. This is not a business report; it should be written as an academic paper. Re-read the sample report carefully.

Attachment:- ca08api.rar

Programming Language, Programming

  • Category:- Programming Language
  • Reference No.:- M91675851
  • Price:- $75

Priced at Now at $75, Verified Solution

Have any Question?


Related Questions in Programming Language

Assignment task -q1 a the fibonacci numbers are the numbers

Assignment Task - Q1. (a) The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and are characterised by the fact that every number after the first two is the sum of the ...

Background informationthis assignment tests your

Background Information This assignment tests your understanding of and ability to apply the programming concepts we have covered throughout the unit. The concepts covered in the second half of the unit build upon the fun ...

Question 1 what is a computer program what is structured

Question: 1. What is a Computer program? What is structured programming? 2. What is modular programming? Why we use it? 3. Please evaluate Sin (x) by infinite series. Then write an algorithm to implement it with up to th ...

Question 1 what is hadoop explaining hadoop 2 what is

Question: 1. What is Hadoop (Explaining Hadoop) ? 2. What is HDFS? 3. What is YARN (Yet Another Resource Negotiator)? The response must be typed, single spaced, must be in times new roman font (size 12) and must follow t ...

Assignment - horse race meetingthe assignment will assess

Assignment - Horse Race Meeting The Assignment will assess competencies for ICTPRG524 Develop high level object-oriented class specifications. Summary The assignment is to design the classes that are necessary for the ad ...

Extend the adworks applicationi add dialogs to allow the

Extend the AdWorks application I. Add Dialogs to allow the user to Add, Edit, Read and Delete a Customer and refresh the view accordingly. 1. The user should be able to select a specific customer from the DataGrid and cl ...

1 write a function named check that has three parameters

1. Write a function named check () that has three parameters. The first parameter should accept an integer number, andthe second and third parameters should accept a double-precision number. The function body should just ...

Task arrays and structsoverviewin this task you will

Task: Arrays and Structs Overview In this task you will continue to work on the knight database to help Camelot keep track of all of their knights. We can now add a kingdom struct to help work with and manage all of the ...

Php amp session managment assignment -this assignment looks

PHP & SESSION MANAGMENT ASSIGNMENT - This assignment looks at using PHP for creating cookies and session management. Class Exercise - Web Project: Member Registration/Login This exercise will cover adding data connectivi ...

Assignment - haskell program for regular expression

Assignment - Haskell Program for Regular Expression Matching Your assignment is to modify the slowgrep.hs Haskell program presented in class and the online notes, according to the instructions below. You may carry out th ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As