This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
93 lines (93 loc) · 2.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: dimensio
Title: Multivariate Data Analysis
Version: 0.11.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Jean-Baptiste", "Fourvel", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-1061-4642")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <[email protected]>
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.9.0),
graphics,
grDevices,
khroma (>= 1.14.0),
methods,
utils
Suggests:
knitr,
markdown,
rsvg,
svglite,
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'annotations.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'
'export.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'
'mca.R'
'mutators.R'
'pca.R'
'pcoa.R'
'plot.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'
'wrap_ellipses.R'
'wrap_hull.R'
'zzz.R'