View source: R/confidence_interval_functions.R
| CIcoefH | R Documentation | 
Calculates confidence intervals for coefficients of a regression model. The calculation corrects for possible presence of heteroskedasticity using the method developed by White. This method is appropriate for cross-section data.
CIcoefH(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.