Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions: In this assignment, we will create a simulated dataset to explore: A ) how sample size influences coefficient precision, B ) how collinearity influences

Instructions:
In this assignment, we will create a simulated dataset to explore: A) how sample size influences coefficient precision, B) how collinearity influences point estimates, and C) how variable functional form influences model fit.
Create a simulated dataset with the following characteristics:
N=100,000
X1= random_uniform
x2= random_uniform
x3=0.2**x1+ random_normal(mean=1, sd=.2)
Y=0.2**x1+0.2**log(x2)+0.1**x3+ random_normal(mean=1,(:sd=.2}
Perform and report on the following analysis:
Draw random samples of varying sizes (N=50,100,200,1000, etc.) and run regression models
What happens to estimate precision across models? Why?
Using the population run and report the following regression specifications:
Yx1
Yx1+x2
Yx1+x2+x3
Comparing models: Why does the coefficient on X1 change? Why does the coefficient on x2 not change?
Using the population and report the following regression specifications
Yx1+x2+x3
Yx1+log(x2)+x3
Comparing models: why does model fit (R2) change?
Submission Format Guidelines:
Treat this assignment as if you are writing a professional memo. The report must consist of prose (PDF or MS Word format) and contain neatly formatted tables and figures. You may use bullet points to summarize facts and findings but must fully explain those points. You may not exceed one page of prose and one page of tables or figures. Submit your code as a separate appendix.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions

Question

What are the components of an ANOV table?

Answered: 1 week ago