Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 4 #11

Open
jmacost5 opened this issue Apr 20, 2022 · 1 comment
Open

Week 4 #11

jmacost5 opened this issue Apr 20, 2022 · 1 comment

Comments

@jmacost5
Copy link

jmacost5 commented Apr 20, 2022

Hello,
I am just asking questions about the questions I got wrong in my lab, hopefully, it helps someone else or if someone can help out that would also be nice.

Q2a My general question would be if I am understanding the models correctly
full.model <- lm( HealthStatus ~ PublicHousing + Education + Age + Stamp ) # Full Model if we were able to measure ability
naive.model <- lm( HealthStatus ~ PublicHousing)
Naive Model where ability is excluded (omitted variable bias)

stargazer( full.model, naive.model,
type = "text",
dep.var.labels = ("Health Status"),
column.labels = c("Full Model", "Naive Model"),
covariate.labels = c("Public Housing", "Waiting Time", "Education", "Age"
),
omit.stat = "all",
digits = 2 )

Q3a I understand that we can only do characteristic 2 because we have information omitted variable, is that what this question is asking?

Q4a would this relate to question 3a about how we can only test the second characteristic or is it asking about the specific variables.

@Dselby86
Copy link
Collaborator

Dselby86 commented Apr 21, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants