-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.49 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
Type: Package
Package: myDescriptives
Title: Descriptives Functions for Clinicopathological Research
Version: 0.0.2.05
Date: 2022-09-20
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: Descriptives Functions for Clinicopathological Research
Descriptive functions from ClinicoPath jamovi module.
ClinicoPath help researchers to generate natural language summaries of
their dataset, generate cross tables with statistical tests, and
survival analysis with survival tables, survival plots, and natural
language summaries.
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-3
Depends:
R (>= 4.0.0)
Imports:
dplyr,
magrittr,
ggplot2,
easyalluvial,
glue,
janitor,
jmvcore,
purrr,
R6,
scales,
tableone,
tibble,
tidyr,
gtsummary,
kableExtra,
finalfit,
tangram,
arsenal,
ggvenn,
benford.analysis,
DiagrammeR,
DiagrammeRsvg,
rsvg,
shiny
Remotes:
nbarrowman/vtree@ffa53d4ea5050fa9b26918f4bb30595e91a0f489
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2