-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 2.09 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 2.09 KB
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
Package: candisc
Type: Package
Title: Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Version: 1.1.0
Date: 2025-11-18
Depends: R (>= 4.1.0), heplots (>= 0.8-6)
Imports:
car,
graphics,
stats,
insight,
dplyr,
ggplot2,
MASS
Suggests:
rgl,
carData,
corrplot,
knitr,
rmarkdown,
rpart,
rpart.plot,
klaR,
lifecycle,
tidyr,
testthat (>= 3.0.0),
RColorBrewer,
tinytable
LazyLoad: yes
LazyData: yes
Authors@R: c(
person(given = "Michael",
family = "Friendly",
role=c("aut", "cre"),
email="friendly@yorku.ca",
comment = c(ORCID = "0000-0002-3237-0941")),
person(given = "John",
family = "Fox", role="aut",
comment = c(ORCID = "0000-0002-1196-8012"))
)
Maintainer: Michael Friendly <friendly@yorku.ca>
Language: en-US
Description: Functions for computing and visualizing
generalized canonical discriminant analyses and canonical correlation analysis
for a multivariate linear model.
Traditional canonical discriminant analysis is restricted to a one-way 'MANOVA'
design and is equivalent to canonical correlation analysis between a set of quantitative
response variables and a set of dummy variables coded from the factor variable.
The 'candisc' package generalizes this to higher-way 'MANOVA' designs
for all factors in a multivariate linear model,
computing canonical scores and vectors for each term. The graphic functions provide low-rank (1D, 2D, 3D)
visualizations of terms in an 'mlm' via the 'plot.candisc' and 'heplot.candisc' methods. Related plots are
now provided for canonical correlation analysis when all predictors are quantitative. Methods for
linear discriminant analysis are now included.
License: GPL (>= 2)
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/friendly/candisc/, https://friendly.github.io/candisc/
BugReports: https://github.com/friendly/candisc/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3