mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-factoextra: Fix syntax error.
* gnu/packages/cran.scm (r-factoextra)[description]: Fix syntax error.
This commit is contained in:
parent
13b8dcf589
commit
6ccd88e8cb
1 changed files with 3 additions and 3 deletions
|
@ -4385,9 +4385,9 @@ (define-public r-factoextra
|
|||
(description
|
||||
"This package provides some easy-to-use functions to extract and
|
||||
visualize the output of multivariate data analyses, including
|
||||
@code{PCA} (Principal Component Analysis), @cod{CA} (Correspondence Analysis),
|
||||
@code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor Analysis of
|
||||
Mixed Data), @code{MFA} (Multiple Factor Analysis) and
|
||||
@code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
|
||||
Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
|
||||
Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
|
||||
@code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
|
||||
packages. It contains also functions for simplifying some clustering analysis
|
||||
steps and provides ggplot2-based elegant data visualization.")
|
||||
|
|
Loading…
Reference in a new issue