Learn R Programming

dcce (version 0.4.2)

.mg_variance: Mean Group variance

Description

Non-parametric variance estimator for the MG coefficient: V = (1/N^2) * sum_i (b_i - b_mg)(b_i - b_mg)'

Usage

.mg_variance(coef_list, b_mg)

Value

A variance-covariance matrix.

Arguments

coef_list

A list of numeric coefficient vectors.

b_mg

Numeric vector: the MG coefficient (from .mg_aggregate()).