- Add
describe()
to quickly describe aMultivariateAnalysis
object. - Add
viz_ellipses()
to draw tolerance/confidence ellipses.
viz_rows()
andviz_individuals()
gained a newellipse
argument to draw tolerance/confidence ellipses.viz_rows()
andviz_individuals()
gained a newhull
argument to draw convex hulls.ca()
,mca()
andpca()
gained a newautodetect
argument to enable/disable automatic of numeric variables.
- Numeric variables are no longer automatically detected by default in
ca()
,mca()
andpca()
. - Remove
loadings()
.
- Fix ellipses default border color.
- Add
export()
to create a Zip archive of all results in CSV format.
- Translate into French.
- Compute the position and draw only the labels in the plotting region.
- Add type checking of arguments.
- Add
pcoa()
to compute principal coordinates analysis.
- Allow to display extra qualitative and quantitative variables in
viz_rows()
/viz_individuals()
andviz_columns()
/viz_variables()
.
- Deprecate
hightlight
argument ofviz_rows()
/viz_individuals()
andviz_columns()
/viz_variables()
.
- Use palette functions from khroma.
- Improve aesthetic mapping in scatterplots.
- Faster computation of non-overlapping labels.
- Store supplementary variables in a list in
MultivariateAnalysis
object.
- Fix highlighting in
viz_individuals()
andviz_row()
. - The default number of labeled points can now be changed in
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
.
- Allow to highlight supplementary qualitative variables in
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
.
- Add
predict()
method for MCA.
- By default,
viz_individuals()
,viz_row()
,viz_variables()
andviz_columns()
only display labels of the 10 observations contributing the most to the factorial map.
viz_contributions()
displays the expected average contribution.pca()
gained a new argument to specify supplementary qualitative variables.
plot_*()
methods are now defunct (deprecated in v0.4.0).
- 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.
biplot()
allows to produce a symetric CA biplot.- Set graphical parameters as arguments in
biplot()
. - Add automatic legend in
biplot()
.
- Import arkhe.
- Put
...
after required arguments.
viz_individuals()
,viz_row()
,viz_variables()
,viz_columns()
andbiplot()
gained new arguments allowing set the x and y limits of the plot.
- Add
screeplot()
to produce a scree plot. - Add
viz_*()
methods to replaceplot_*()
methods.
- Deprecate
plot_*()
methods. The internal use of ggplot2 is poorly interoperable or composable. This will reduces hard dependencies.
- Fix
rownames()
andcolnames()
for S3 generic/method consistency.
- Add
biplot()
to produce PCA and CA biplots. - Add
plot_individuals()
andplot_variables()
methods forPCA
class. - Add
tidy()
andaugment()
to get coordinates in tidy format with extra information. - Add
wrap_hull()
to compute convex hull around coordinates. - Add a ggplot2 layer:
stat_hull()
(thanks to ggplot2 documentation)
plot_rows
andplot_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.
- Remove
plot()
methods forPCA
andCA
classes. - Remove
bootstrap()
andjackknife()
methods fornumeric
andinteger
vectors.
- Add
bootstrap()
andjackknife()
methods fornumeric
andinteger
vectors.
- Fix sign of singular vectors for consistency with FactoMineR.
- Add
BootstrapVector
andJackknifeVector
classes to store bootstrap and jackknife resampling values (inherit from basenumeric
).
- Fix row names in
build_results()
. When initializing aMultivariateResults
object with supplementary observations, the row names of thestandard
andcontributions
matrices were incorrect (computation moves all supplementary points at the end of the results).
- Add
bootstrap()
for partial bootstrap analysis. - Add
BootstrapCA
andBootstrapPCA
: S4 classes to store partial bootstrap analysis.
- Rename
plot_individuals()
andplot_variables()
toplot_rows()
andplot_columns()
. - Remove
plot_eigenvalues()
.
- Prelease.