Package: dimensio
Title: Multivariate Data Analysis
Version: 0.6.0
Authors@R: c(
    person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
    person("Jean-Baptiste", "Fourvel", , "jean-baptiste.fourvel@univ-amu.fr", role = "ctb",
           comment = c(ORCID = "0000-0002-1061-4642", affiliation = "CNRS")),
    person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
           comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
    person("Université Bordeaux Montaigne", role = "fnd"),
    person("CNRS", role = "fnd")
  )
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: Simple Principal Components Analysis (PCA) and (Multiple)
    Correspondence Analysis (CA) based on the Singular Value Decomposition
    (SVD). This package provides S4 classes and methods to compute,
    extract, summarize and visualize results of multivariate data
    analysis. It also includes methods for partial bootstrap validation
    described in Greenacre (1984, ISBN: 978-0-12-299050-2) and Lebart et
    al. (2006, ISBN: 978-2-10-049616-7).
License: GPL (>= 3)
URL: https://packages.tesselle.org/dimensio/,
        https://github.com/tesselle/dimensio
BugReports: https://github.com/tesselle/dimensio/issues
Depends: R (>= 3.5)
Imports: arkhe (>= 1.6.0), graphics, grDevices, methods
Suggests: khroma, knitr, markdown, rsvg, svglite, tinysnapshot,
        tinytest
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Collate: 'AllClasses.R' 'AllGenerics.R' 'augment.R' 'biplot.R'
        'bootstrap.R' 'ca.R' 'coerce.R' 'data.R' 'dimensio-defunct.R'
        'dimensio-deprecated.R' 'dimensio-internal.R'
        'dimensio-package.R' 'get_contributions.R' 'get_coordinates.R'
        'get_correlations.R' 'get_cos2.R' 'get_data.R'
        'get_distances.R' 'get_eigenvalues.R' 'get_inertia.R'
        'get_variance.R' 'loadings.R' 'mca.R' 'mutators.R' 'pca.R'
        'predicates.R' 'predict.R' 'reexport.R' 'screeplot.R' 'show.R'
        'subset.R' 'summary.R' 'svd.R' 'tidy.R' 'tools.R'
        'viz_contributions.R' 'viz_coordinates.R' 'viz_cos2.R'
        'viz_ellipse.R' 'viz_hull.R' 'viz_labels.R' 'wrap_ellipses.R'
        'wrap_hull.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2024-02-23 10:09:57 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>,
    Université Bordeaux Montaigne),
  Jean-Baptiste Fourvel [ctb] (<https://orcid.org/0000-0002-1061-4642>,
    CNRS),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>, Logo
    designer),
  Université Bordeaux Montaigne [fnd],
  CNRS [fnd]
Repository: CRAN
Date/Publication: 2024-02-23 10:30:03 UTC
