-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.61 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
Package: linkspotter
Type: Package
Title: Bivariate Correlations Calculation and Visualization
Version: 1.4.0.9000
Date: 2020-07-23
Authors@R: c(
person("Alassane", "Samba", role = c("aut", "cre"),email = "alassane.samba@orange.com"),
person(family="Orange", role = c("cph"))
)
Description: Compute and visualize using the 'visNetwork' package all the bivariate correlations of a dataframe.
Several and different types of correlation coefficients (Pearson's r, Spearman's rho, Kendall's tau,
distance correlation, maximal information coefficient and
equal-freq discretization-based maximal normalized mutual information) are used according to
the variable couple type (quantitative vs categorical, quantitative vs quantitative, categorical vs categorical).
License: MIT + file LICENSE
URL: https://github.com/sambaala/linkspotter
BugReports: https://github.com/sambaala/linkspotter/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
shiny,
visNetwork,
infotheo,
minerva,
energy,
mclust,
rAmCharts,
pbapply,
ggplot2,
dplyr,
tidyr,
shinybusy
Collate:
'linkspotterComplete.R'
'clusterVariables.R'
'linkspotterDurationEstimator.R'
'linkspotterGraph.R'
'linkspotterGraphOnMatrix.R'
'linkspotterOnFile.R'
'linkspotterUI.R'
'corCouplesToMatrix.R'
'matrixToCorCouples.R'
'maxNMI.R'
'BeEFdiscretization_numfact.R'
'BeEFdiscretization_numnum.R'
'multiBivariateCorrelation.R'
'NormalizedMI.R'
'createShinyAppFolder.R'
'EFdiscretization.R'
'non_informative_var.R'
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr