View source: R/preprocessing.R
standardizeResiduals | R Documentation |
iterate over residual matrix, scaling or centering values across cells for each ACR.
standardizeResiduals(obj, center = T, scale = F, bins = 1024, verbose = F)
obj |
list object containing slot 'residuals' output from logisticModel or regModel functions. |
center |
logical, whether or not to center residuals. Has no effect if scale is TRUE. Defaults to TRUE. |
scale |
logical, whether or not to center and standardize residuals. Defaults to TRUE. |
bins |
numeric, number of bins to split ACRs into. Defaults to 1024. |
verbose |
logical. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.