calc_delta_errors {cape}R Documentation

Error propagation

Description

This function performs error propagation on coefficients and standard errors.

Usage

calc_delta_errors(markers, beta_m, se, beta_cov)

Arguments

markers

The marker names being tested

beta_m

The main-effects coefficient matrix for the pairwise regression of the given pair.

se

The standard errors for the marker pair.

beta_cov

The model covariance matrix from the pairwise regression

Value

Returns the error propagated coefficients and standard errors for m12 and m21


[Package cape version 3.1.2 Index]