-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.41 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
Package: micompr
Title: Multivariate Independent Comparison of Observations
Version: 1.1.4.9000
Authors@R: person("Nuno", "Fachada", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8487-5837"))
Maintainer: Nuno Fachada <[email protected]>
Description: A procedure for comparing multivariate samples associated with
different groups. It uses principal component analysis to convert
multivariate observations into a set of linearly uncorrelated statistical
measures, which are then compared using a number of statistical methods. The
procedure is independent of the distributional properties of samples and
automatically selects features that best explain their differences, avoiding
manual selection of specific points or summary statistics. It is appropriate
for comparing samples of time series, images, spectrometric measures or
similar multivariate observations. This package is described in Fachada et
al. (2016) <doi:10.32614/RJ-2016-055>.
Depends:
R (>= 4.1.0)
Imports:
utils,
graphics,
methods,
stats
Suggests:
biotools,
MVN (>= 5.0),
testthat (>= 0.8),
knitr,
roxygen2,
devtools
License: MIT + file LICENSE
URL: https://github.com/nunofachada/micompr
BugReports: https://github.com/nunofachada/micompr/issues
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3