vacuum_cleaner: Returns the residuals of a two-way table after removing...

Description Usage Arguments Value References See Also Examples

View source: R/vacuum_cleaner.R

Description

To remove systemic effects from values in a contingency table, vacuum cleaner uses regression to identify the table's main effect (dual regression), row effect (deviations of row regression from dual regression), and column effect (deviations of column regression from dual regression).

Regression is performed twice: First on the table's original values, then on the resulting residuals. The output is a table of residuals "vacuum cleaned" of likely systemic effects.

Usage

1

Arguments

x

Two-way table to analyze (must be 3x3 or greater).

Value

Residuals of x

References

Tukey, John W. "The Future of Data Analysis." The Annals of Mathematical Statistics, 33(1), 1962, pp 1-67. JSTOR, https://www.jstor.org/stable/2237638.

See Also

funop(), funor_funom()

Examples

1

Sielinski/vacuum documentation built on Sept. 15, 2020, 11:32 a.m.