comp_ft_residuals.Rd
Computes Freeman-Tukey residuals
comp_ft_residuals(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.