View source: R/confidence_interval_functions.R
CIcoefHAC | R Documentation |
Calculates confidence intervals for coefficients of a regression model. The calculation corrects for possible presence of heteroskedasticity and autocorrelation using the method developed by Newey and West. This method is appropriate for time series data.
CIcoefHAC(linmod, alpha = 0.05)
linmod |
The regression for which confidence intervals of coefficients are to be calculated. |
alpha |
Significance level. Defaults to 0.05. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.