-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
70 lines (69 loc) · 1.85 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
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
# Generated by roxygen2: do not edit by hand
S3method(PF_forward_filter,PF_EM)
S3method(PF_forward_filter,data.frame)
S3method(PF_forward_filter,formula)
S3method(get_cloud_means,PF_EM)
S3method(get_cloud_means,PF_clouds)
S3method(get_cloud_quantiles,PF_EM)
S3method(get_cloud_quantiles,PF_clouds)
S3method(hatvalues,ddhazard)
S3method(lines,ddsurvcurve)
S3method(logLik,PF_EM)
S3method(logLik,PF_clouds)
S3method(logLik,ddhazard)
S3method(plot,PF_EM)
S3method(plot,PF_clouds)
S3method(plot,ddhazard)
S3method(plot,ddhazard_space_errors)
S3method(plot,ddsurvcurve)
S3method(predict,ddhazard)
S3method(print,PF_EM)
S3method(print,PF_clouds)
S3method(print,ddhazard)
S3method(print,ddhazard_boot)
S3method(print,ddhazard_space_errors)
S3method(print,ddsurvcurve)
S3method(print,summary.ddhazard)
S3method(residuals,ddhazard)
S3method(summary,ddhazard)
export(PF_EM)
export(PF_control)
export(PF_forward_filter)
export(PF_get_score_n_hess)
export(ddFixed)
export(ddFixed_intercept)
export(ddhazard)
export(ddhazard_app)
export(ddhazard_boot)
export(ddhazard_control)
export(ddsurvcurve)
export(get_Q_0)
export(get_cloud_means)
export(get_cloud_quantiles)
export(get_risk_obj)
export(get_survival_case_weights_and_data)
export(static_glm)
import(stats)
import(survival)
importFrom(Rcpp,Module)
importFrom(Rcpp,loadModule)
importFrom(Rcpp,sourceCpp)
importFrom(boot,boot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,matpoints)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(parallel,detectCores)
importFrom(parallel,mcmapply)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(dynamichazard, .registration = TRUE)