-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
37 lines (36 loc) · 929 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
S3method(print,frac_poly_mr)
S3method(print,summary.frac_poly_mr)
S3method(print,summary.piecewise_summ_mr)
S3method(summary,frac_poly_mr)
S3method(summary,piecewise_summ_mr)
export(create_ind_data)
export(create_nlmr_summary)
export(create_summary_data)
export(frac_poly_summ_mr)
export(getGRvalues)
export(hamardman.prod)
export(iv_free)
export(lowfun)
export(piecewise_summ_figure)
export(piecewise_summ_mr)
export(reprow)
export(upfun)
import(assertthat)
import(ggplot2)
import(matrixStats)
import(stats)
importFrom(dplyr,arrange)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,summarise)
importFrom(matrixStats,rowQuantiles)
importFrom(metafor,rma)
importFrom(metafor,rma.uni)
importFrom(stats,quantile)
importFrom(survival,coxph)
importFrom(survival,is.Surv)
importFrom(utils,head)