-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.4 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
Package: HotellingEllipse
Title: Hotelling’s T-Squared Statistic and Ellipse
Version: 1.2.0
Authors@R:
person(given = "Christian L.",
family = "Goueguel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-0521-3446"))
Description: Functions to calculate the Hotelling’s T-squared statistic and corresponding confidence ellipses. Provides the semi-axes of the Hotelling’s T-squared ellipses at 95% and 99% confidence levels. Enables users to obtain the coordinates in two or three dimensions at user-defined confidence levels, allowing for the construction of 2D or 3D ellipses with customized confidence levels. Bro and Smilde (2014) <DOI:10.1039/c3ay41907j>. Brereton (2016) <DOI:10.1002/cem.2763>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/ChristianGoueguel/HotellingEllipse
BugReports: https://github.com/ChristianGoueguel/HotellingEllipse/issues
Imports:
dplyr,
FactoMineR,
ggforce,
ggplot2,
lifecycle,
magrittr,
purrr,
rgl,
stats,
tibble
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
markdown,
testthat (>= 3.0.0),
spelling,
covr,
scales,
viridisLite
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US