-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
36 lines (36 loc) · 1.18 KB
/
NAMESPACE
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
S3method(plot, survHE)
S3method(print, survHE)
S3method(summary, survHE)
export(digitise)
export(fit.models)
export(make.ipd)
export(make.surv)
export(model.fit.plot)
export(make.transition.probs)
export(plot.survHE)
export(print.survHE)
export(psa.plot)
export(summary.survHE)
export(write.surv)
export(plot_transformed_km)
export(three_state_mm)
export(markov_trace)
export(make_data_multi_state)
export(make_newdata)
export(make.transition.probs)
import(flexsurv)
import(methods)
import(dplyr)
import(ggplot2)
importFrom("graphics", "axis", "barplot", "hist", "legend", "par", "plot",
"points", "polygon", "text", "title")
importFrom("utils", "read.table","write.table","head","tail","modifyList")
importFrom("stats", "terms","as.formula","model.frame","model.matrix","dexp",
"pexp","dweibull","pweibull","dgamma","pgamma","median","var","time",
"update","dt","profile","dlnorm","plnorm","dlogis","plogis","sd",
"quantile","qnorm","model.matrix.lm")
importFrom("grDevices", "colors","adjustcolor","colorRampPalette")
importFrom("tools", "file_ext")
importFrom("rms", "npsurv","survplot")
importFrom("tibble", "rownames_to_column")
importFrom("tidyr", "unite")