powered by
Computes table of expected frequencies (under the null hypotheses of independence) from an \(n\)-way table.
independence_table(x, frequency = c("absolute", "relative"))
A table with either absolute or relative frequencies.
a table.
indicates whether absolute or relative frequencies should be computed.
David Meyer David.Meyer@R-project.org
data("MSPatients") independence_table(MSPatients) independence_table(MSPatients, frequency = "relative")
Run the code above in your browser using DataLab