-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 1.81 KB
/
Copy pathNAMESPACE
File metadata and controls
74 lines (73 loc) · 1.81 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
S3method(plot,haz1ts)
S3method(plot,haz1tsLMM)
S3method(plot,haz2ts)
S3method(plot,haz2tsLMM)
S3method(plot,haz2tsPGAM)
S3method(plot,haz2tsVCM)
S3method(predict,haz2ts)
S3method(print,data2ts)
S3method(summary,haz2ts)
S3method(summary,haz2tsLMM)
S3method(summary,haz2tsPGAM)
S3method(summary,haz2tsVCM)
export(boot_cuminc2ts)
export(covariates_plot)
export(cumhaz2ts)
export(cuminc2ts)
export(exposures_events_1d)
export(exposures_events_2d)
export(exposures_events_Lexis)
export(fit1ts)
export(fit2ts)
export(fitpgam)
export(fitvcm)
export(get_hazard_1d)
export(get_hazard_1d_LMM)
export(get_hazard_2d)
export(get_hazard_2d_LMM)
export(get_hr)
export(haz2tsLMM_summary)
export(haz2tsPGAM_summary)
export(haz2tsVCM_summary)
export(haz2ts_summary)
export(make_bins)
export(make_grid)
export(plot_boot_cuminc2ts)
export(predict_cif2ts_pointwise)
export(predict_comprisks2ts)
export(predict_haz2ts)
export(predict_haz2ts_pointwise)
export(prepare_data)
export(select_model2ts)
export(surv2ts)
import(JOPS)
import(LMMsolver)
import(ucminf)
importFrom(colorspace,sequential_hcl)
importFrom(fields,image.plot)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,gray.colors)
importFrom(grDevices,grey.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,poisson)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)
importFrom(viridis,plasma)