- loge2
numeric vector, the log of the squared errors 'e' (adjusted for zeros on e, if any)
- x
numeric matrix, the regressors
- e
numeric vector, the errors
- vcov.type
character
vector, "robust" (default) or "hac". If "robust", then the White (1980) heteroscedasticity-robust variance-covariance matrix is used for inference. If "hac", then the Newey and West (1987) heteroscedasticity and autocorrelation-robust matrix is used
- tol
numeric value. The tolerance for detecting linear dependencies in the columns of the regressors in the first step estimation by OLS, see ols
. Only used if LAPACK
is FALSE