Learn R Programming

refund (version 0.1-40)

compute_coef_se: Compute standard errors for coefficient extraction

Description

Compute standard errors for coefficient extraction

Usage

compute_coef_se(linear_map, covmat)

Value

Numeric vector of standard errors.

Arguments

linear_map

List returned by build_coef_linear_map().

covmat

Covariance matrix.