-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.73 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
Package: compareGroups
Type: Package
Title: Descriptive Analysis by Groups
Version: 4.9.1
Date: 2024-10-29
Depends:
R (>= 3.5.0)
Imports:
survival,
tools,
HardyWeinberg,
rmarkdown,
knitr,
kableExtra,
methods,
chron,
stats,
writexl,
flextable,
officer,
PMCMRplus
Suggests:
tcltk2,
shiny,
shinyBS,
shinyjs,
shinyjqui,
shinythemes,
shinyWidgets,
shinydashboardPlus,
DT,
readxl,
haven
Authors@R: c(
person("Isaac", "Subirana", email ="[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1676-0197")
),
person("Joan", "Salvador", email ="[email protected]", role = c("ctb")
)
)
Maintainer: Isaac Subirana <[email protected]>
Description: Create data summaries for quality control, extensive reports for exploring data, as well as publication-ready univariate or bivariate tables in several formats (plain text, HTML,LaTeX, PDF, Word or Excel. Create figures to quickly visualise the distribution of your data (boxplots, barplots, normality-plots, etc.). Display statistics (mean, median, frequencies, incidences, etc.). Perform the appropriate tests (t-test, Analysis of variance, Kruskal-Wallis, Fisher, log-rank, ...) depending on the nature of the described variable (normal, non-normal or qualitative). Summarize genetic data (Single Nucleotide Polymorphisms) data displaying Allele Frequencies and performing Hardy-Weinberg Equilibrium tests among other typical statistics and tests for these kind of data.
License: GPL (>=2)
URL: https://isubirana.github.io/compareGroups/index.html, https://isubirana.github.io/compareGroups/
LazyLoad: yes
Encoding: UTF-8
BuildVignettes: true
VignetteBuilder: knitr
RoxygenNote: 7.2.0