-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
21 lines (21 loc) · 934 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: jskm
Title: Kaplan-Meier Plot with 'ggplot2'
Version: 0.5.10
Date: 2025-01-06
Authors@R: c(person("Jinseob", "Kim", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9403-605X")),
person("yoonkyoung", "Chun", email = "[email protected]", role = "aut"),
person("Zarathu", role = c("cph", "fnd"))
)
Description: The function 'jskm()' creates publication quality Kaplan-Meier plot with at risk tables below. 'svyjskm()' provides plot for weighted Kaplan-Meier estimator.
Depends: R (>= 3.4.0)
License: Apache License 2.0
Encoding: UTF-8
Imports: ggplot2, ggpubr, survival, survey, scales, patchwork, cmprsk, stats
RoxygenNote: 7.3.2
URL: https://github.com/jinseob2kim/jskm, https://jinseob2kim.github.io/jskm/
BugReports: https://github.com/jinseob2kim/jstable/issues
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr