-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.04 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
Package: heplots
Type: Package
Title: Visualizing Hypothesis Tests in Multivariate Linear Models
Version: 1.7.4
Date: 2025-01-03
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")),
person(given = "Georges", family = "Monette", role="aut", comment = c(ORCID = "0000-0003-0076-5532")),
person(given = "Phil", family="Chalmers", role="ctb", comment = c(ORCID="0000-0001-5332-2810")),
person(given = "Duncan", family = "Murdoch", role="ctb"))
Maintainer: Michael Friendly <friendly@yorku.ca>
Description: Provides HE plot and other functions for visualizing hypothesis
tests in multivariate linear models. HE plots represent sums-of-squares-and-products
matrices for linear hypotheses and for error using ellipses (in two
dimensions) and ellipsoids (in three dimensions). The related 'candisc' package
provides visualizations in a reduced-rank canonical discriminant space when
there are more than a few response variables.
Language: en-US
Depends:
R (>= 3.5.0),
broom
Imports:
car,
MASS,
graphics,
grDevices,
stats,
magrittr,
purrr,
rgl,
tibble
Suggests:
candisc,
carData,
effects,
reshape,
gplots,
nlme,
lattice,
reshape2,
corrgram,
animation,
mvinfluence,
knitr,
rmarkdown,
markdown,
dplyr,
tidyr,
ggplot2,
bookdown,
patchwork,
tinytable,
glue,
here,
Sleuth2, rrcov, archdata, qqtest,
vcdExtra,
R.rsp
LazyLoad: yes
LazyData: yes
BugReports: https://github.com/friendly/heplots/issues
License: GPL (>= 2)
URL: http://friendly.github.io/heplots/, http://friendly.github.io/heplots/
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr, R.rsp