-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
S3method(coef,cv_poisson_rt)
S3method(coef,poisson_rt)
S3method(confband,cv_poisson_rt)
S3method(confband,poisson_rt)
S3method(find_knots,poisson_rt)
S3method(fitted,cv_poisson_rt)
S3method(fitted,poisson_rt)
S3method(format,period)
S3method(interpolate_rt,cv_poisson_rt)
S3method(interpolate_rt,default)
S3method(interpolate_rt,poisson_rt)
S3method(plot,cv_poisson_rt)
S3method(plot,poisson_rt)
S3method(plot,rt_confidence_band)
S3method(predict,cv_poisson_rt)
S3method(predict,poisson_rt)
S3method(print,cv_poisson_rt)
S3method(print,poisson_rt)
S3method(print,rt_confidence_band)
S3method(print,summary.cv_poisson_rt)
S3method(print,summary.poisson_rt)
S3method(summary,cv_poisson_rt)
S3method(summary,poisson_rt)
export("%>%")
export(confband)
export(configure_rt_admm)
export(cv_estimate_rt)
export(delay_calculator)
export(discretize_gamma)
export(estimate_rt)
export(find_knots)
export(interpolate_rt)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_int)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_string)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,"!!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_function)
importFrom(rlang,global_env)
importFrom(rlang,inject)
importFrom(rlang,is_logical)
importFrom(rlang,is_true)
importFrom(rlang,set_names)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,predict)
useDynLib(rtestim, .registration = TRUE)