Description Usage Arguments Value Author(s) See Also Examples
View source: R/contingency.data.break.R
Bootstrap or permutation resampling for contingency tables. More specifically, for correspondence analysis (epCA
).
1 | contingency.data.break(DATA, boot = FALSE)
|
DATA |
A contingency table to resample. |
boot |
a boolean. If TRUE, use bootstrap (resample with replacement) resampling. If FALSE, use permutation (resample with no replacement). |
A resampled contingency table.
Joseph Dunlop and Derek Beaton
1 2 3 | data(authors)
boot.authors <- contingency.data.break(authors$ca$data,boot=TRUE)
perm.authors <- contingency.data.break(authors$ca$data)
|
Loading required package: prettyGraphs
Loading required package: ExPosition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.