-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
63 lines (63 loc) · 1.87 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
Type: Package
Package: ClinicoPathDescriptives
Title: Descriptive Analysis Tools for Clinicopathological Research
Version: 0.0.2.41
Date: 2024-12-31
Authors@R:
person(given = "Serdar",
family = "Balci",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7852-3851"))
Maintainer: Serdar Balci <[email protected]>
Description: A comprehensive toolkit for descriptive analysis in clinicopathological research.
Provides interactive graphical user interface functions through the 'jamovi' statistical platform.
Features include generating descriptive summaries in natural language, creating cross tables
with appropriate statistical tests, performing survival analyses with tables and plots,
visualizing categorical data relationships through alluvial diagrams and Venn diagrams,
and conducting data quality assessments using Benford's law. The package emphasizes
reproducible research workflows and automated reporting capabilities for medical research.
URL: https://github.com/sbalci/ClinicoPathJamoviModule/,
https://github.com/sbalci/ClinicoPathDescriptives/,
https://sbalci.github.io/ClinicoPathJamoviModule/
BugReports:
https://github.com/sbalci/ClinicoPathJamoviModule/issues/
License: GPL (>= 2)
Depends:
R (>= 4.1.0)
Imports:
chisq.posthoc.test,
dplyr,
magrittr,
ggplot2,
easyalluvial,
glue,
janitor,
jmvcore,
purrr,
R6,
scales,
tableone,
tibble,
tidyr,
kableExtra,
finalfit,
tangram,
arsenal,
ggvenn,
benford.analysis,
DiagrammeR,
DiagrammeRsvg,
rsvg,
shiny,
gtsummary,
gtExtras,
labelled,
stats,
utils
Remotes:
nbarrowman/vtree@ffa53d4ea5050fa9b26918f4bb30595e91a0f489
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2