Compute standard errors by standard OLS or Newey and West
Compute standard errors by standard OLS or Newey and West (1987).
get_std_err(yy, xx, lag_nw, k, specs)
yy
: A matrix with all endogenous variables.xx
: A matrix with lagged endogenous variables.lag_nw
: Integer. Number of lags for Newey and Westk
: Integer. Value of column to choose fromspecs
: A list with specifications from lp_lin or lp_nl .List. First element contains the estimated standard errors, the second element contains the OLS point estimates.
Philipp Adämmer
Useful links