Learn R Programming

dcce (version 0.4.2)

.pooled_vcov_pesaran: Pesaran (2006) non-parametric pooled variance

Description

For pooled (CCEP) coefficients, computes the non-parametric VCE: V_p = (1/N^2) sum_i (b_i - b_p)(b_i - b_p)' This is the same formula as MG variance but applied to the deviation from the pooled estimate rather than the MG estimate.

Usage

.pooled_vcov_pesaran(coef_list, b_pooled)

Value

Variance-covariance matrix.

Arguments

coef_list

List of unit-level coefficient vectors.

b_pooled

Numeric vector: the pooled coefficient.