This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
generated from ClinicoPath/jamoviTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.45 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
Type: Package
Package: ClinicoPathDescriptives
Title: Descriptives Functions for Clinicopathological Research
Version: 0.0.2.07
Date: 2023-07-02
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/ClinicoPathLinuxDescriptives/,
https://sbalci.github.io/ClinicoPathJamoviModule/
BugReports:
https://github.com/sbalci/ClinicoPathJamoviModule/issues/
License: GPL-3
Depends:
R (>= 4.0.0)
Imports:
dplyr,
magrittr,
ggplot2,
glue,
janitor,
jmvcore,
purrr,
R6,
scales,
tableone,
tibble,
tidyr,
kableExtra,
finalfit,
tangram,
arsenal
Remotes:
ddsjoberg/gtsummary@f43332fde6264ff95d092da644284dac739c4e17,
carloscinelli/benford.analysis,
yanlinlin82/ggvenn
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3