-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 951 Bytes
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 951 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,hte)
S3method(plot_CI,hte)
S3method(print,summary.hte)
S3method(print,summary.test_hte)
S3method(summary,hte)
S3method(summary,test_hte)
export(GATE)
export(GATEcv)
export(URATE)
export(consist.test)
export(consistcv.test)
export(estimate_hte)
export(evaluate_hte)
export(het.test)
export(hetcv.test)
export(plot_CI)
export(test_itr)
import(dplyr)
import(ggplot2)
import(ggthemes)
import(purrr)
import(zoo)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(Matrix,nearPD)
importFrom(cli,cat_rule)
importFrom(furrr,future_map)
importFrom(ggdist,geom_pointinterval)
importFrom(ggplot2,.data)
importFrom(purrr,map)
importFrom(quadprog,solve.QP)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(scales,percent)
importFrom(stats,cov)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)