-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
68 lines (67 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
S3method(augment,ipd)
S3method(glance,ipd)
S3method(print,ipd)
S3method(print,summary.ipd)
S3method(summary,ipd)
S3method(tidy,ipd)
export(A)
export(Sigma_cal)
export(augment)
export(calc_lhat_glm)
export(compute_cdf)
export(compute_cdf_diff)
export(est_ini)
export(glance)
export(ipd)
export(link_Hessian)
export(link_grad)
export(log1pexp)
export(logistic_get_stats)
export(mean_psi)
export(mean_psi_pop)
export(ols)
export(ols_get_stats)
export(optim_est)
export(optim_weights)
export(postpi_analytic_ols)
export(postpi_boot_logistic)
export(postpi_boot_ols)
export(ppi_logistic)
export(ppi_mean)
export(ppi_ols)
export(ppi_plusplus_logistic)
export(ppi_plusplus_logistic_est)
export(ppi_plusplus_mean)
export(ppi_plusplus_mean_est)
export(ppi_plusplus_ols)
export(ppi_plusplus_ols_est)
export(ppi_plusplus_quantile)
export(ppi_plusplus_quantile_est)
export(ppi_quantile)
export(psi)
export(pspa_logistic)
export(pspa_mean)
export(pspa_ols)
export(pspa_poisson)
export(pspa_quantile)
export(pspa_y)
export(rectified_cdf)
export(rectified_p_value)
export(sim_data_y)
export(simdat)
export(tidy)
export(wls)
export(zconfint_generic)
export(zstat_generic)
import(MASS)
import(caret)
import(gam)
import(randomForest)
import(stats)
importFrom(gam,gam)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ranger,ranger)
importFrom(splines,ns)