comp_ft_residuals: Compute Freeman-Tukey residuals

View source: R/CA.R

comp_ft_residualsR Documentation

Compute Freeman-Tukey residuals

Description

Computes Freeman-Tukey residuals

Usage

comp_ft_residuals(mat)

Arguments

mat

A numerical matrix or coercible to one by 'as.matrix()'. Should have row and column names.

Value

A named list. The elements are:

  • "S": standardized residual matrix.

  • "tot": grand total of the original matrix.

  • "rowm": row masses.

  • "colm": column masses.


VingronLab/APL documentation built on Nov. 9, 2024, 5:33 p.m.