-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.88 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
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
S3method(AIC,dsmodel)
S3method(logLik,dsmodel)
S3method(plot,dsmodel)
S3method(predict,dsmodel)
S3method(predict,fake_ddf)
S3method(print,dht_result)
S3method(print,dsmodel)
S3method(print,fake_ddf)
S3method(print,summary.dht_bootstrap)
S3method(print,summary.dsmodel)
S3method(print,summary.fake_ddf)
S3method(summary,dht_bootstrap)
S3method(summary,dsmodel)
S3method(summary,fake_ddf)
export(QAIC)
export(bootdht)
export(bootdht_Dhat_summarize)
export(bootdht_Nhat_summarize)
export(chi2_select)
export(convert_units)
export(create.bins)
export(create_bins)
export(dht2)
export(ds)
export(ds.gof)
export(dummy_ddf)
export(gof_ds)
export(make_activity_fn)
export(summarize_ds_models)
export(unflatten)
export(units_table)
import(mrds)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_vars)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,reframe)
importFrom(dplyr,select)
importFrom(dplyr,summarize_all)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(mrds,DeltaMethod)
importFrom(mrds,ddf)
importFrom(mrds,dht)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,getTxtProgressBar)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)