Package: cabootcrs 2.1.0

Trevor Ringrose

cabootcrs: Bootstrap Confidence Regions for Simple and Multiple Correspondence Analysis

Performs simple correspondence analysis on a two-way contingency table, or multiple correspondence analysis (homogeneity analysis) on data with p categorical variables, and produces bootstrap-based elliptical confidence regions around the projected coordinates for the category points. Includes routines to plot the results in a variety of styles. Also reports the standard numerical output for correspondence analysis.

Authors:Trevor Ringrose

cabootcrs_2.1.0.tar.gz
cabootcrs_2.1.0.tar.gz(r-4.5-noble)cabootcrs_2.1.0.tar.gz(r-4.4-noble)
cabootcrs_2.1.0.tgz(r-4.4-emscripten)cabootcrs_2.1.0.tgz(r-4.3-emscripten)
cabootcrs.pdf |cabootcrs.html
cabootcrs/json (API)
NEWS

# Install 'cabootcrs' in R:
install.packages('cabootcrs', repos = 'https://cloud.r-project.org')
Datasets:

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

1.70 score 340 downloads 17 exports 2 dependencies

Last updated 3 years agofrom:a5e3efc3f1. Checks:3 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 09 2025
R-4.5-linuxOKMar 09 2025
R-4.4-linuxOKMar 09 2025

Exports:addsupplementaryallvarscovscabootcrsconvertcovmatgetBurtgetCTgetdoubledgetindicatormyresamplefnplotcaprintcarearrangereflectaxesreordercategoriesscasummaryca

Dependencies:colorspacelpSolve

Citation

To cite package ‘cabootcrs’ in publications use:

Ringrose T (2022). cabootcrs: Bootstrap Confidence Regions for Simple and Multiple Correspondence Analysis. R package version 2.1.0, https://CRAN.R-project.org/package=cabootcrs.

ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see ‘help("citation")’.

Corresponding BibTeX entry:

  @Manual{,
    title = {cabootcrs: Bootstrap Confidence Regions for Simple and
      Multiple Correspondence Analysis},
    author = {Trevor Ringrose},
    year = {2022},
    note = {R package version 2.1.0},
    url = {https://CRAN.R-project.org/package=cabootcrs},
  }

Readme and manuals

cabootcrs

Constructs bootstrap elliptical confidence regions for the plotted points in simple and multiple correspondence analysis. These differ from other approaches in that they are explicitly designed as confidence regions for the locations of the population points when projected onto the observed sample axes. The algorithm for multiple CA contains a new method to correct for the well-known distortions caused by the diagonal of the Burt matrix.

Use

For 2-way data presented in this case as a contingency table, perform simple CA and produce plots with confidence regions

theresults <- cabootcrs(thedata)

For p-way data, presented in this case as an n individuals by p variables matrix giving category memberships for each individual, perform multiple CA and produce plots with confidence regions

theresults <- cabootcrs(thedata,catype="mca")

Installing

From CRAN, with

install.packages("cabootcrs")

Help Manual

Help pageTopics
Bootstrap Confidence Regions for Simple and Multiple Correspondence Analysiscabootcrs-package
Calculate coordinates for supplementary points, with option to add to the currently selected plot.addsupplementary
Extract all variances and covariances in readable form as a data frameallvarscovs
Asbestos dataAsbestosData
van Ijzendoorn's attachment dataAttachmentData
A class containing the basic results from CAcabasicresults-class
Calculate category point variances using bootstrappingcabootcrs
A class containing the results from CA with bootstrappingcabootcrsresults-class
Converting a data matrix from one format into anotherconvert
Extract a single 2 by 2 covariance matrixcovmat
Maxwell's dream data set, with simplified labelsDreamData
Maxwell's dream data set with added totally random columnDreamData223by3
Maxwell's dream data set, using full original labelsDreamDataNames
Converting a data matrix into a Burt matrixgetBurt
Converting a data matrix into a contingency tablegetCT
Converting a data matrix into a doubled matrixgetdoubled
Converting a data matrix into an indicator matrixgetindicator
Example of a user-generated resampling routine.myresamplefn
Nishisato's Singapore dataNishData
Osteoarchaeological data with categories given as numbersOsteoData
Osteoarchaeological data with named categoriesOsteoDataNames
Plotting results with confidence regionsplotca
Prints reasonably full results, including variancesprintca
Rearranges bootstrap axes by comparing to sample axesrearrange
Old and rubbish algorithm to rearrange bootstrap axes by comparing to sample axesrearrange_old
Reflect coordinates for chosen axesreflectaxes
Reorder categories for chosen variable in MCA case onlyreordercategories
Performs standard Correspondence Analysis calculationssca
Internal function to be used by printca and summarycasettingsinertias
Suicide dataSuicideData
Prints brief 2-d results, with standard deviationssummaryca