-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
21 lines (21 loc) · 975 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: gginference
Type: Package
Title: Visualise the Results of Inferential Statistics using 'ggplot2'
Version: 0.1.3
Date: 2020-10-25
Description: Visualise the results of F test to compare two variances, Student's t-test, test of equal or given proportions, Pearson's chi-squared test for count data and test for association/correlation between paired samples.
Authors@R: c(
person("Charalampos", "Bratsas", , "cbratsas@math.auth.gr", role = "aut"),
person("Anastasia", "Foudouli", , "anastasiafoudouli@gmail.com", role = "aut"),
person("Kleanthis", "Koupidis", , "koupidis.okfgr@gmail.com", role = c("aut", "cre"))
)
Maintainer: Kleanthis Koupidis <koupidis.okfgr@gmail.com>
URL: https://github.com/okgreece/gginference
BugReports: https://github.com/okgreece/gginference/issues
Depends: R (>= 3.6.0)
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: ggplot2, rlang, stats, utils
RoxygenNote: 7.2.3
Suggests: knitr, MASS, rmarkdown