-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.53 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
73
74
75
76
77
78
79
80
81
82
83
84
Package: easieR
Type: Package
Title: easieR: A GUI R metapackage.
Version: 1.0
Date: 2018-06-04
Author: Nicolas Stefaniak
Maintainer: Nicolas Stefaniak <nicolas.stefaniak@univ-reims.fr>
Description: easieR aims to provide a flexible graphic user interface (GUI), allowing the use of either command lines or
GUI on each specific function. This flexibility is helpful to rapidly be able to obtain complete results without
mastering a lot of individual functions. Output is standardized so that user has not to adapt to each programmer
preference. easieR performs most classical analyses (e.g., descriptive, t test, chi squared, correlations, analysis of
variance and covariance, factor analysis, regressions, logistic regressions, reliability analyses...).
It will also allow to obtain pedagogical demonstration based on TeachingDemos package, graphics based on ggplot2,
and manipulation data. easieR is an R metapackage allowing to find in one location all (or at least a part of) the
best of R. The functions are compiled in order to provide a structured output. For all the analyses, assumptions are
checked, user can choose between parametric, non parametric and robust statistics (based on WRS and WRS2 packages).
It also allows user to easily identify and remove outliers from the analyses and to save results in nice output.
Depends: R (>= 4.3.0),
Imports: afex,
akima,
Amelia,
BayesFactor,
bibtex,
car,
cobs,
corpcor,
deldir,
DescTools,
doBy,
dplyr,
epitools,
emmeans,
flextable,
foreign,
ggplot2,
ggplotgui,
gmodels,
ggmosaic,
GPArotation,
gsl,
huxtable,
knitr,
lars,
lmtest,
lsr,
MBESS,
mc2d,
mgcv,
mlogit,
nFactors,
nortest,
olsrr,
outliers,
pander,
PMCMRplus,
plyr,
ppcor,
psych,
pwr,
quantreg,
Rcpp,
readxl,
Rfit,
reshape2,
rmarkdown,
rms,
robustbase,
rpivotTable,
rrcov,
scatterplot3d,
semPlot,
sjstats,
sos,
sp,
stringi,
stringr,
svDialogs,
TeachingDemos,
textclean,
tibble,
tkrplot,
WRS2
License: GPL-2
RoxygenNote: 6.0.1