forked from Merck/simtrial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 829 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(counting_process)
export(cut_data_by_date)
export(cut_data_by_event)
export(fit_pwexp)
export(get_cut_date_by_event)
export(mb_weight)
export(pvalue_maxcombo)
export(randomize_by_fixed_block)
export(rpw_enroll)
export(rpwexp)
export(rpwexpRcpp)
export(rpwexpinvRcpp)
export(sim_fixed_n)
export(sim_pw_surv)
export(simfix2simPWSurv)
export(tenFHcorr)
export(wlr)
import(Rcpp)
import(dplyr)
import(foreach)
import(mvtnorm)
import(survival)
import(tibble)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,expand)
useDynLib(simtrial, .registration = TRUE)