-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(summary,apply_mcmc)
export(apply_mcmc)
export(extract_samples)
export(get_summary)
export(match_cov)
export(plot_bias)
export(plot_hr)
export(plot_mse)
export(plot_power)
export(plot_type1error)
export(run_mcmc)
export(run_mcmc_p)
export(set_clin)
export(set_cov)
export(set_event)
export(set_n)
export(set_prior)
export(simu_cov)
export(simu_time)
exportMethods(c)
import(MatchIt)
import(doParallel)
import(dplyr)
import(foreach)
import(futile.logger)
import(ggplot2)
import(mvtnorm)
import(rjags)
import(survival)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,rweibull)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,update)
importFrom(stats,var)