Version: 0.71 Date: 2018-10-10 Text: S3 method issue with plot3d.ca fixed Version: 0.70 Date: 2016-12-14 Text: Fixed a number of issues with supplementary points/subset analyses Version: 0.65 Text: Fixed issue wirth subset MCA (computing row coordinates gave an error 'Error in (Z/Q) %*% col.sc [...]') Version: 0.65 Text: Added row-and columnnames for returned matrices (indicator, Burt, 'subinertia') in MCA Version: 0.65 Text: Fixed a (rare) issue with JCA and a subset not containing columns from all original factors Version: 0.64 Date: 2016-02-05 Text: mjca() with 'supcol!=NA': - Fixed Mass, ChiDist and Inertia values in print method. - Fixed contributions in summary method. Version: 0.64 Date: 2016-02-05 Text: mjca() with 'subsetcol!=NA' and 'lambda=JCA': - Fixed warnings message ('In rep(1:Q.sub ...)') Version: 0.64 Date: 2016-02-05 Text: Fixed row output for 'lambda!="indicator"' in mjca (rows were previously referring to the Burt matrix, now rows are from the original data) Version: 0.64 Date: 2016-02-05 Text: Added cacoord() for extracting CA/MCA coordinates (standard/principal coordinates, and row-/column configurations for plotting) Version: 0.64 Date: 2016-02-05 Text: Added caconv() for converting between CA/MCA data types (frequency tables, indicator/response pattern/Burt matrices) Version: 0.64 Date: 2016-02-05 Text: mjca() has been made an S3 generic, with data.frame, table, and array methods Version: 0.64 Date: 2016-02-05 Text: added .arrows() to draw nicer arrows with arrows=TRUE in plot.ca() and plot.mjca() Version: 0.64 Date: 2016-02-05 Text: plot.ca() gains a lwd= argument for arrows and lines Version: 0.64 Date: 2016-02-05 Text: Updated mjca.Rd with details of lambda= argument Version: 0.64 Date: 2016-02-05 Text: Added multilines() for nicer mjca plots Version: 0.64 Date: 2016-02-05 Text: plot.mcja gains a collabels= argument determining the form of column labels Version: 0.61 Text: Fixed problem with nd='fixed value' in ca Version: 0.60 Text: Temporarily enabled plotting rows in plot.mjca Version: 0.60 Text: Use requireNamespace("rgl") in plot3d.ca.r to avoid NOTE in R CMD check Version: 0.59 Text: Version: 0.58 Date: 2014-12-31 Text: mjca(): Added option 'reti' (logical, if TRUE returns the indicator matrix as $indmat). Version: 0.58 Date: 2014-12-31 Text: mjca(): Fixed potentially negative eigenvalues (numerical issue; negative ev's are set to zero). Version: 0.58 Date: 2014-12-31 Text: mjca(): Burt matrices ($Burt) now with row- and columnnames. Version: 0.58 Date: 2014-12-31 Text: print.summary.ca(): Fixed scree plot. Version: 0.57 Text: Fixed bug in print.summary.mcja re columns Version: 0.57 Text: In plot.ca() and plot.mjca(), for labels=(1,1), don't offset the labels from the points Version: 0.56 Text: Begin to assign dimnames to matrices from ca() and mjca()--- for now, just the coordinates matrices Version: 0.56 Text: mjca() now returns an additional component, factors, containing factor names and levels, to facilitate plotting and manipulation. This can be used to customize the color, symbols, and labels in plots. Version: 0.56 Text: summary.ca() gains rows= and columns= arguments that can be used like scree= to suppress parts of the output. Version: 0.56 Text: summary.mjca() gains a similar columns= argument Version: 0.56 Text: Fixed calls to rgl functions in plot3d.ca.r to avoid 'no global binding' warnings. Version: 0.56 Text: Fixed bug in plot.mcja() with dimension percentages for lambda="adjusted" Version: 0.55 Date: 2014-07-06 Text: plot.ca() and plot.mjca() now provide sensible default xlab and ylab Version: 0.55 Date: 2014-07-06 Text: mjca() now accepts a table object as input, using internal expand.dft Version: 0.55 Date: 2014-07-06 Text: ca() has been made generic, accepting input in the form of matrices, data frames (coerced to frequency tables), objects of class "xtabs" or "table" and one-sided formulae of the form ~ F1 + F2, where F1 and F2 are factors. Version: 0.54 Text: Added xlab=, ylab= and lines= arguments to plot.ca(). The function now returns an invisible result containing the row and column coordinates calculated internally for the plot, for use in additional plot annotation. Version: 0.54 Text: Added xlab=, ylab= arguments to plot.mjca(). The function now returns an invisible result containing the row and column coordinates calculated internally for the plot, for use in additional plot annotation. Version: 0.54 Text: For plot.ca(), the defaults for xlab= and ylab= were changed from "" to "_auto_", meaning that the axis labels are auto-generated to be of the form "Dimension X (xx.xx%)" in conformance with other dimension reduction plots. Version: 0.54 Text: Added col.lab argument to plot.ca(), to provide colors for the point labels, similar to col for points.