In this assignment, we will create a simulated dataset to explore: A) how sample size...
60.1K
Verified Solution
Question
Accounting
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:
- Y ~ X1
- Y ~ X1 + X2
- Y ~ X1 + 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
- Y ~ X1 + X2 + X3
- Y ~ X1 + log(X2) + X3
- Comparing models: why does model fit (R2) change?
Get Answers to Unlimited Questions
Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!
Membership Benefits:
- Unlimited Question Access with detailed Answers
- Zin AI - 3 Million Words
- 10 Dall-E 3 Images
- 20 Plot Generations
- Conversation with Dialogue Memory
- No Ads, Ever!
- Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Other questions asked by students
StudyZin's Question Purchase
1 Answer
$0.99
(Save $1 )
One time Pay
- No Ads
- Answer to 1 Question
- Get free Zin AI - 50 Thousand Words per Month
Best
Unlimited
$4.99*
(Save $5 )
Billed Monthly
- No Ads
- Answers to Unlimited Questions
- Get free Zin AI - 3 Million Words per Month
*First month only
Free
$0
- Get this answer for free!
- Sign up now to unlock the answer instantly
You can see the logs in the Dashboard.