Skip to contents

dimensio 0.7.0.9000

dimensio 0.7.0

Bugfixes & changes

Enhancements

dimensio 0.6.0

CRAN release: 2024-02-23

New classes and methods

Bugfixes & changes

Enhancements

  • viz_contributions() displays the expected average contribution.
  • pca() gained a new argument to specify supplementary qualitative variables.

Breaking changes

  • plot_*() methods are now defunct (deprecated in v0.4.0).

dimensio 0.5.0

CRAN release: 2023-11-24

New classes and methods

  • Add cdt() to compute the complete disjunctive table of a factor table.
  • Add burt() to compute the Burt table of a factor table.
  • Add mca() to compute multiple correspondence analysis.

Enhancements

  • biplot() allows to produce a symetric CA biplot.
  • Set graphical parameters as arguments in biplot().
  • Add automatic legend in biplot().

Internals

  • Import arkhe.

dimensio 0.4.1

CRAN release: 2023-10-19

Bugfixes & changes

  • Put ... after required arguments.

Enhancements

dimensio 0.4.0

CRAN release: 2023-08-23

New classes and methods

  • Add screeplot() to produce a scree plot.
  • Add viz_*() methods to replace plot_*() methods.

Bugfixes & changes

  • Deprecate plot_*() methods. The internal use of ggplot2 is poorly interoperable or composable. This will reduces hard dependencies.

dimensio 0.3.1

CRAN release: 2023-04-04

Bugfixes & changes

dimensio 0.3.0

CRAN release: 2022-08-15

New classes and methods

Enhancements

  • plot_rows and plot_columns() gained new arguments allowing to highlight additional information by varying different graphical elements.
  • get_coordinates() gained a new argument allowing to select principal or standard coordinates.

Breaking changes

  • Remove plot() methods for PCA and CA classes.
  • Remove bootstrap() and jackknife() methods for numeric and integer vectors.

dimensio 0.2.2

CRAN release: 2021-09-18

New classes and methods

  • Add bootstrap() and jackknife() methods for numeric and integer vectors.

Bugfixes & changes

  • Fix sign of singular vectors for consistency with FactoMineR.

Internals

  • Add BootstrapVector and JackknifeVector classes to store bootstrap and jackknife resampling values (inherit from base numeric).

dimensio 0.2.1

CRAN release: 2021-05-17

Bugfixes & changes

  • Fix row names in build_results(). When initializing a MultivariateResults object with supplementary observations, the row names of the standard and contributions matrices were incorrect (computation moves all supplementary points at the end of the results).

dimensio 0.2.0

CRAN release: 2021-04-22

New classes and methods

  • Add bootstrap() for partial bootstrap analysis.
  • Add BootstrapCA and BootstrapPCA: S4 classes to store partial bootstrap analysis.

Bugfixes & changes

dimensio 0.1.0

  • Prelease.