comp_ft_residuals | R Documentation |
Computes Freeman-Tukey residuals
comp_ft_residuals(mat)
mat |
A numerical matrix or coercible to one by 'as.matrix()'. Should have row and column names. |
A named list. The elements are:
"S": standardized residual matrix.
"tot": grand total of the original matrix.
"rowm": row masses.
"colm": column masses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.