calc_delta_errors: Error propagation

View source: R/calc_delta_errors.R

calc_delta_errorsR 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


cape documentation built on May 20, 2022, 1:06 a.m.