View source: R/calc_delta_errors.R
calc_delta_errors | R Documentation |
This function performs error propagation on coefficients and standard errors.
calc_delta_errors(markers, beta_m, se, beta_cov)
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 |
Returns the error propagated coefficients and standard errors for m12 and m21
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.