View source: R/calc-residual-matrix.R
calc_residual_matrix | R Documentation |
Calculate the residual matrix.
calc_residual_matrix(
variable_matrix,
adjust_matrix,
variables_interest,
variables_compare,
use_qr = TRUE
)
variable_matrix |
The data 'matrix' for first set. |
adjust_matrix |
The data 'matrix' for the second set. |
variables_interest |
'list' of variables of interest. |
variables_compare |
'list' of variables to compare. |
use_qr |
'TRUE' to use qr decomposition. |
The residual 'matrix'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.