Compute variance covariance matrix for standard errors from given glmhdfe_data, glmhdfe_call and glmhdfe_info objects
1 2 3 | compute_vcov(data, call, info, custom_cluster = NULL,
demean_iterations = 100, demean_tolerance = 1e-08,
include_data_vcov = F, trace = F, verbose = F)
|
data |
glmhdfe_data object |
call |
glmhdfe_call object |
info |
glmhdfe_info object |
custom_cluster |
Character vector with variable names, overwrites clustering from glmhdfe_call object |
demean_iterations |
Iterations for demeaning algorithm |
demean_tolerance |
Demeaning tolerance |
include_data_vcov |
Return data used in variance-covariance matrix estimation? |
trace |
Show some information during estimation |
verbose |
Show more information during estimation for the impatient |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.