-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 913 Bytes
/
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
Package: gicsurv
Title: Generalized interval-censoring survival analysis
Version: 0.0.0.9000
Authors@R:
person("Jordache", "Ramjith", , "jordache.ramjith@radboudumc.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4431-7395"))
Description: An app for calculating the effects of covariates and estimating and
visualizing the baseline hazard rates and survival probabilities over time.
You provide the data, select the appropriate variables and parameters, and it
takes care of the rest.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
fda,
ggplot2,
ggprism,
ggpubr,
MASS,
mgcv,
openxlsx,
readxl,
shiny,
shinyalert,
shinycssloaders,
shinythemes,
splines2,
stats,
thematic,
tidyr,
utils,
waiter
Depends:
R (>= 2.10)
LazyData: true