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

FT: (pseudo) t-test for coefficients #63

Open
2 tasks
ricfog opened this issue Apr 7, 2021 · 1 comment
Open
2 tasks

FT: (pseudo) t-test for coefficients #63

ricfog opened this issue Apr 7, 2021 · 1 comment

Comments

@ricfog
Copy link
Collaborator

ricfog commented Apr 7, 2021

Create

  • a function that tests H_0: R beta = r vs. H_1: R beta \neq r, where beta is the regression coefficient
  • another function (wrapper of the first) to test H_0: beta = 0 vs. H1: R beta \neq r, but also allows the user to specify the hypotheses such as H_0: beta(i)>=0
@ricfog
Copy link
Collaborator Author

ricfog commented Apr 8, 2021

Here is what is done in Stata: lincom and test.
See also the heteroskedasticity-robust Wald statistic in page 48 of Wooldridge - Econometrics Analysis of Cross Section and Panel Data
We should consider whether we want to allow an option for the F-test, a correction for multiple testing via Bonferroni/Sidak/Holm's method

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

1 participant