DescTools (version 0.99.54)

ExpFreq: Expected Frequencies

Description

Calculate the expected frequencies of an n-way table assuming independence.

Usage

ExpFreq(x, freq = c("abs", "rel"))

Value

A table with either the absolute or the relative expected frequencies.

Arguments

x

a table.

freq

indicates, whether absolute or relative frenquencies should be computed. Can either be "abs" or "rel". Partial matching is supported.

Author

David Meyer <David.Meyer@R-project.org>

See Also

Examples

Run this code
ExpFreq(Titanic)

ExpFreq(UCBAdmissions, freq="r")

Run the code above in your browser using DataLab