Difference between revisions of "ExampleCodeOLShac"
(Created page with "Below you can find example code which uses the OLShac function. That function estimates a linear model using OLS. Results are returned in a structure. Amongst the results are ...") |
|||
Line 1: | Line 1: | ||
Below you can find example code which uses the OLShac function. That function estimates a linear model using OLS. Results are returned in a structure. Amongst the results are White standard errors and Newey-West standard errors. | Below you can find example code which uses the OLShac function. That function estimates a linear model using OLS. Results are returned in a structure. Amongst the results are White standard errors and Newey-West standard errors. | ||
+ | |||
+ | == OLShac.m == | ||
+ | |||
+ | This is a function that estimates a linear model with OLS. The results are all returned in a structure. | ||
+ | |||
+ | <source> | ||
+ | |||
+ | </source> |
Revision as of 21:33, 2 November 2012
Below you can find example code which uses the OLShac function. That function estimates a linear model using OLS. Results are returned in a structure. Amongst the results are White standard errors and Newey-West standard errors.
OLShac.m
This is a function that estimates a linear model with OLS. The results are all returned in a structure.