Description Usage Arguments Value Dependencies Author(s) References See Also Examples
View source: R/gammaMatrix-gammacap_ols_hc_generic.R
Asymptotic Covariance Matrix for Ordinary Least Squares Regression with Sandwich Type Adjustments - Generic
1 2 3 4 5 6 7 8 9 10 | gammacap_ols_hc_generic(
x,
h = NULL,
type = "hc5",
g1 = 1,
g2 = 1.5,
constant = 0.7,
names = TRUE,
sep = "."
)
|
x |
Numeric matrix or data frame. Data matrix for \{ y, x_1, \cdots, x_p \}. |
h |
Numeric vector. Leverage values. |
type |
Character string.
Type of asymptotic covariance matrix of the regressors
If |
g1 |
Numeric.
|
g2 |
Numeric.
|
constant |
Numeric.
Constant for |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
A matrix
gammacap_ols_hc_qcap_generic()
Ivan Jacob Agaloos Pesigan
Dudgeon, P. (2017). Some improvements in confidence intervals for standardized regression coefficients. Psychometrika, 82, 928-951. doi:10.1007/s11336-017-9563-z.
Other Gamma Matrix Functions:
gammacap_adfnb()
,
gammacap_adf()
,
gammacap_gen()
,
gammacap_mvnadj1()
,
gammacap_mvnadj2()
,
gammacap_mvn()
,
gammacap_nb()
,
gammacap_ols_generic()
,
gammacap_ols_hc_qcap_generic()
,
gammacap_ols_hc_qcap()
,
gammacap_ols_hc()
,
gammacap_ols()
,
gammacapnames()
,
gammacap()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.