-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(compute_power,simu_ph_base)
S3method(generate_trial_data,simu_ph_weibull)
S3method(power_skim,simu_ph_base)
export(compute_power)
export(compute_rsquared)
export(estimate_sample_size_reduction)
export(fix_dist_params)
export(generate_trial_data)
export(interpolate_power)
export(power_skim)
export(simu_ph_weibull)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map_dfr)
importFrom(furrr,future_pmap_dfr)
importFrom(future,multicore)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,rweibull)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(survival,Surv)
importFrom(survival,aeqSurv)
importFrom(survival,coxph)
importFrom(survival,survfit)
importFrom(tidyr,drop_na)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(withr,defer)