Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@alexym1 alexym1 released this 11 Oct 21:42
c835bf7

Changelog 0.4.0

  • Add all necessary functions to perform Correspondence Analysis (CA) (#9)
  • Replace standardize() and standardize_norm() by pca_standardize() and pca_standardize_norm()
  • Replace get_eig() and get_weighted_eigen() by pca_eigen() and pca_weighted_eigen()
  • Update all unit tests for better testing and coverage
  • Update _pkgdown.yml
  • facto_pca was updated to return same outputs as FactoMineR::PCA()
  • Contributing.md was updated by including testing coverage