-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 2.27 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
Package: fsdaR
Title: Robust Data Analysis Through Monitoring and Dynamic
Visualization
Version: 0.9-0
VersionNote: Released 0.8-1 on 2023-03-09 on CRAN
Authors@R: c(person("Valentin", "Todorov", role = c("aut", "cre"), email = "valentin.todorov@chello.at", comment=c(ORCID = "0000-0003-4215-0245"))
, person("Emmanuele", "Sordini", role = "aut", email = "Emmanuele.sordini@ec.europa.eu")
, person("Aldo", "Corbellini", role = "ctb")
, person("Francesca", "Torti", role = "ctb")
, person("Marco", "Riani", role = "ctb")
, person("Domenico", "Perrotta", role = "ctb")
, person("Andrea", "Cerioli", role = "ctb")
)
Description: Provides interface to the 'MATLAB' toolbox 'Flexible Statistical Data Analysis
(FSDA)' which is comprehensive and computationally efficient
software package for robust statistics in regression, multivariate
and categorical data analysis. The current R version implements tools
for regression: (forward search, S- and MM-estimation, least trimmed
squares (LTS) and least median of squares (LMS)), for multivariate analysis
(forward search, S- and MM-estimation), for cluster analysis and cluster-wise regression.
The distinctive feature of our package is the possibility of
monitoring the statistics of interest as a function of breakdown point,
efficiency or subset size, depending on the estimator. This is
accompanied by a rich set of graphical features, such as dynamic
brushing, linking, particularly useful for exploratory data analysis.
Depends: R (>= 3.5.0)
Imports: rJava, methods, stats4, ggplot2
Suggests: robustbase, rrcov, MASS
SystemRequirements: (license-free) MATLAB Runtime (MCR) V 9.12, Java
(>=8)
LazyLoad: yes
LazyData: yes
License: GPL (>= 3)
URL: https://github.com/UniprJRC/fsdaR
BugReports: https://github.com/UniprJRC/fsdaR/issues
Packaged: 2020-08-25 16:55:15 UTC; TodorovV
Author: Valentin Todorov [aut, cre] (<https://orcid.org/0000-0003-4215-0245>),
Emmanuele Sordini [aut],
Aldo Corbellini [ctb],
Francesca Torti [ctb],
Marco Riani [ctb],
Domenico Perrotta [ctb],
Andrea Cerioli [ctb]
Maintainer: Valentin Todorov <valentin.todorov@chello.at>
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.2.3